PDA

View Full Version : DVD Decrypter... can i create a .ISO, and burn it in one step?


barf666
4th March 2004, 20:16
i'm sure this is sounds like a total n00b question... sorry ;]

basically i just want to place a DVD-5 in, press the DECRYPT button, and have it create a .ISO, then burn it to my DVD+R burner. i cant figure out how to do this in DVD Decrypter without creating the .ISO first, then coming back and loading it manually. is there a way to auto-burn the .ISO after it's been created?

my current method is to use DVD Shrink, but i don't like waiting for the preview to load hehe =X

LIGHTNING UK!
4th March 2004, 20:25
Basically, No.

You could use the CLI (command line interface) to do it though if you really wanted.

DVDDecrypter.exe /MODE ISOREAD /SOURCE X: /DEST C:\DVDIMAGE.ISO /START /CLOSE
DVDDecrypter.exe /MODE ISOWRITE /SOURCE C:\DVDIMAGE.ISO /DEST Y: /START

put the above two lines in a batch file and run it.

barf666
4th March 2004, 20:53
you are AWESOME

thanks :D

barf666
30th April 2004, 07:41
this batch is great... i added /VERIFY to the end to verify the data on the DVDR after it's written. just bumping this thread up because i'm sure a lot of people would use this =]

DVDDecrypter.exe /MODE ISOREAD /SOURCE X: /DEST C:\DVDIMAGE.ISO /START /CLOSE
DVDDecrypter.exe /MODE ISOWRITE /SOURCE C:\DVDIMAGE.ISO /DEST Y: /START /VERIFY