Jump to content

Do you need Disc Copy?  

25 members have voted

  1. 1. Do you need Disc Copy function in ImgBurn?

    • Yes
      16
    • No
      9


Recommended Posts

Posted

It's exactly what I posted above in post 18.

 

Right click on your desktop and select 'New' -> 'Text Document'.

 

Edit the name so it says something like 'Copy Disc.bat' - Note that if you don't have Explorer set to show file extensions, this won't work as you won't be able to change the file extension from .txt to .bat.

 

Right click your new 'Copy Disc.bat' file and select 'Edit'. It'll open up in Notepad.

 

Copy + paste the 2 lines I provided in post #18.

 

Close Notepad and make sure you save the file when prompted.

 

That's it.

Posted (edited)

Readly must I post a bat that im working on?

 

Oh how to i use that as a bat file you have no @echo off

 

So ImgBurn would then support commandlines such as cmd?

Edited by Adrianvdh
Posted

No.

 

All that's required here is a batch file with those 2 lines in it. If you're doing something beyond that which requires you to 'master' the batch programming language, so be it.

Posted

Sorry, I forgot to say that it needs to be copied to where ImgBurn.exe lives.

 

Or change it slightly so it says

 

"%ProgramFiles(x86)%\ImgBurn\ImgBurn.exe" at the start of those lines instead of just ImgBurn.exe.

 

Don't forget the quotes around that path name though :)

 

oh and if you're using a 32 bit OS and not a 64 bit one, you might just need...

 

"%ProgramFiles%\ImgBurn\ImgBurn.exe"

Posted

There is no 'auto', AWS just means the AWS feature is active. If you haven't configured it, it burns at MAX speed.

 

If you *have* configured it, just change /SPEED 8x to /SPEED AWS

Posted

If doing it like that makes it easier for you to read later on, fair enough.

 

Personally, I don't think it really needs to be dumbed down any more. You can see the speed in the command line parameters easily enough and having a variable at the top of the file that you can change doesn't really help.

Posted

No, because ImgBurn doesn't read them. It reads the command line parameters.

 

All you could do is something like this (*untested*)...

 

set write_speed=8x

 

ImgBurn /SPEED %write_speed%

Posted (edited)

Oh ok is ther a full tut on ImgBurn with batch files show all the parimetres on ImgBurn batch files?

 

Setting a varible and the showing that varible is a waste of time... Sorry for asking that ;)

Edited by Adrianvdh

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.