Jump to content

Recommended Posts

Posted (edited)

Hi

 

First of all Sorry for my Bad Englisch i German:-)

 

I have a Batch Script to Build from Folders DVD ISOs.

 

Sample:

 

 

@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

 

this works Great.

 

Now i wish a Option to Delete the Source Folders after Building.

can help?

 

Thanx

Edited by John_Q
Posted

It's in ImgBurn's Read Me:

/DELETESOURCE <YES | NO>
Used to make the program delete the source files after they've been burnt.
Only applies to BUILD mode. *** USE WITH CAUTION ***

 

Try it with a few folders first before using on the big list, just to be safe ;)

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.