VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6

...

  1. ...
    Last edited by jovopros; 15th Aug 2013 at 17:02.
    Quote Quote  
  2. 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.
    Quote Quote  
  3. Member
    Join Date
    Apr 2007
    Location
    Australia
    Search Comp PM
    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
    Quote Quote  
  4. 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
    Quote Quote  
  5. ...
    Last edited by jovopros; 15th Aug 2013 at 17:02.
    Quote Quote  
  6. ...
    Last edited by jovopros; 15th Aug 2013 at 16:53.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!