...
+ Reply to Thread
Results 1 to 6 of 6
-
It seems like the settings Imgburn uses to burn DVD discs weren't correct. Maybe you had burned a cd or Blu-ray before? Those use different settings. Just go to the options tab and change file system to "iso9660 + udf" and change udf revision to 1.02 for burning DVD's.
Then you can take the file system commands out of your batch file. It shouldn't come up with that message box afterwards.
However, a confirmation burning message box does come up, so I'm unsure if your batch file is designed with that in mind. -
Hi.
This is what I've always used.
for /D %%a in (*.*) do "c:\vidaud\mkisofs.exe" -force-uppercase -dvd-video -V "%%a" -o "F:\Burn\%%~na.iso" "%%a"
http://smithii.com/files/cdrtools-2.01-bootcd.ru-w32.zip -
It would be this I guess..
@for /d %%i in (*.*) do "C:\Program Files (x86)\ImgBurn\imgburn.exe" /mode build /buildmode imagefile /src "%%i\" /dest "F:\Burn\%%i.iso" /FILESYSTEM "ISO9660 + UDF" /UDFREVISION "1.02" /VOLUMELABEL "%%i" /rootfolder yes /noimagedetails /start /close
Similar Threads
-
Batch Convert - ISO/DVD to MP4
By joepic in forum Video ConversionReplies: 12Last Post: 26th Feb 2015, 12:09 -
Batch convert DVD folders easily?
By tomkat2010 in forum Video ConversionReplies: 3Last Post: 6th Mar 2012, 18:10 -
Batch convert ISO's to video files
By Nucleus in forum Video ConversionReplies: 2Last Post: 13th Nov 2011, 12:50 -
convert video_ts to iso?
By piscian18 in forum Authoring (DVD)Replies: 7Last Post: 26th Jun 2010, 15:17 -
Blu-ray ripped files to hard drive in Folders not un ISO Image
By judgmentday in forum Blu-ray RippingReplies: 2Last Post: 21st Sep 2008, 14:26