DVD_Curmudgeon Posted July 27, 2014 Posted July 27, 2014 Hello, I'm using the following command to build ISO images (DVDs): @for /d %%i in (*.*) do "C:\Program Files\ImgBurn\imgburn.exe" /mode build /buildmode imagefile /min /src "%%i\" /dest "%%i.iso" /FILESYSTEM "ISO9660 + UDF" /UDFREVISION "1.02" /VOLUMELABEL "%%i" /VOLUMELABEL_ISO9660 "%%i" /rootfolder yes /noimagedetails /deletesource no /start /close I want to know if there's is a way to have the UDF volume labels of the resulting file look like ISO9660 (underscores instead of spaces, capital letters), such as when you select "Synchronised editing" on Imgburn. And how do I make Imgburn start this process minimized? Thank you very much.
LIGHTNING UK! Posted July 27, 2014 Posted July 27, 2014 There isn't a way, you'd need to pass the correctly formatted volume label to the program. You can't start it minimized either.
DVD_Curmudgeon Posted July 27, 2014 Author Posted July 27, 2014 I see... Thank you for replying so soon.
Recommended Posts