Jump to content

Batch build.


DVD_Curmudgeon

Recommended Posts

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? :D

 

Thank you very much.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.