Jump to content

Recommended Posts

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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