LIGHTNING UK! Posted December 29, 2012 Posted December 29, 2012 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.
Adrianvdh Posted December 29, 2012 Posted December 29, 2012 (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 December 29, 2012 by Adrianvdh
LIGHTNING UK! Posted December 29, 2012 Posted December 29, 2012 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.
dellsam34 Posted December 29, 2012 Posted December 29, 2012 I tried it won't work, The prompt screen shows up for less than a second but imgburn won't start
LIGHTNING UK! Posted December 29, 2012 Posted December 29, 2012 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"
dellsam34 Posted December 29, 2012 Posted December 29, 2012 (edited) Sweet, worked, How do I leave the speed auto rather than 8x, I burn blu-rays at auto. Edited December 29, 2012 by dellsam34
LIGHTNING UK! Posted December 29, 2012 Posted December 29, 2012 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
Adrianvdh Posted December 29, 2012 Posted December 29, 2012 Ya but if you made the cmmands like that why is not like... set speed=x8 ect
LIGHTNING UK! Posted December 29, 2012 Posted December 29, 2012 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.
Adrianvdh Posted December 29, 2012 Posted December 29, 2012 Oh but I can set a varibles like in post #33?
LIGHTNING UK! Posted December 29, 2012 Posted December 29, 2012 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%
Adrianvdh Posted December 29, 2012 Posted December 29, 2012 (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 December 29, 2012 by Adrianvdh
LIGHTNING UK! Posted December 29, 2012 Posted December 29, 2012 All the command line stuff can be found in the ReadMe.txt file that lives alongside ImgBurn.exe
Adrianvdh Posted December 29, 2012 Posted December 29, 2012 (edited) Ok Thanks But where in the txt file I cant find it on batch files Edited December 29, 2012 by Adrianvdh
LIGHTNING UK! Posted December 30, 2012 Posted December 30, 2012 Eh? The entire file is about how to control ImgBurn via the command prompt/line.
Adrianvdh Posted December 30, 2012 Posted December 30, 2012 Hmmmmmmm oh sorry I thought it said READ and I was like WTF it just explaining it sorry again
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