Jump to content

Simple Copy Option


switchblade123

Recommended Posts

Well since you asked nicely Here is a batch file u can create to do the tasks u need. Would be nice to see a copy option but for the time being this batch file works like a charm. It perfectly does what u need create this file in the notepad and save it as .bat file. Also change the Drive letter to yours (mine is G as u see what is yours :P ). After your done put the disc u need copied click batch file and follow instructions given to you by imgburn. Bear in mind Imgburn doesn't copy protected discs.

 

Credits go to the creator of the batch file (member name wosteen).

 

 

 

@echo off

"C:\Program Files\ImgBurn\ImgBurn" /mode isoread /src G: /dest "%temp%\disccopy.iso" /overwrite yes /eject yes /close /start /waitformedia
"C:\Program Files\ImgBurn\ImgBurn" /mode isowrite /dest G: /src "%temp%\disccopy.iso" /eject yes /closesuccess /start /waitformedia /deleteimage yes

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

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