John_Q Posted August 14, 2009 Posted August 14, 2009 (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 August 14, 2009 by John_Q
mmalves Posted August 14, 2009 Posted August 14, 2009 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
Recommended Posts