switchblade123 Posted September 17, 2009 Posted September 17, 2009 It would be cool to see a simple Copy feature where you hit copy put your disc it, it rips it to a Temp file, ejects, asks you for the blank burns and deletes the Temp file so I don't have to rip and burn manually every time.
mmalves Posted September 17, 2009 Posted September 17, 2009 Maybe if you looked 10 posts down the Suggestions section before hitting the New Post button you'd have seen this has already been suggested many times before...
Paladin77 Posted September 17, 2009 Posted September 17, 2009 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 ). 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now