Jump to content

Batch ISO Build with Delete


John_Q

Recommended Posts

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
Link to comment
Share on other sites

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 ;)

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

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