Jump to content

DVD_Curmudgeon

Members
  • Posts

    2
  • Joined

  • Last visited

DVD_Curmudgeon's Achievements

ISF Newbie

ISF Newbie (1/5)

  1. I see... Thank you for replying so soon.
  2. 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.
×
×
  • Create New...

Important Information

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