Burner Command Line Options

K

Kdog

Do any burner programs (Nero, E-Z, NTI etc.) have command line options
that would enable some scripting?
 
P

Paul R. Sadowski

Kdog said:
Do any burner programs (Nero, E-Z, NTI etc.) have command line options
that would enable some scripting?

Nero comes with NeroCMD.exe. It works for me but the help is a bit lacking.
 
P

Paul R. Sadowski

For what it's worth, here's an example I use as a sort of template.
The --write switch was key. It just did a simulation without it.

BurnCD.cmd:
"c:\Program Files\Ahead\Nero\NeroCmd.exe" --write --real --drivename
g --underrun_prot --media_type media_cdr --speed 24 --iso "Cat
Stevens" --close_session --verify c:\music\cat* "c:\music\Lady d
'Arbanville - Cat Stevens '70.mpg"
 
K

Kdog

I'm not sure exactly where I put the file(s)/Folder(s) to be copied to
CD. I tried the following and a few other variations and got
incorrect param errors:

NeroCMD.exe --write --real --drivename W --underrun_prot --media_type
media_cdr --speed 48 --iso "Vid_230 --close_session

I excluded verify just to keep it simple. I'm running it from the
....\Ahead\Nero folder so I didn't include the conplete path to
NeroCMD.exe . Am I missing something. I'm burning what could be
classified as a "Data" file.

Thanks again for all your help.
 
P

Paul R. Sadowski

Kdog said:
I'm not sure exactly where I put the file(s)/Folder(s) to be copied to
CD. I tried the following and a few other variations and got
incorrect param errors:

NeroCMD.exe --write --real --drivename W --underrun_prot --media_type
media_cdr --speed 48 --iso "Vid_230 --close_session

You didn't close the disc name: --iso "Vid230" actually the quotes aren't
needed in this case anyway but one quote will mess it up. Otherwise it looks
OK, except for the files to be written are missing.
 
K

Kdog

That is what need to know - WHERE to put the source file name that I
want to copy to CD.
 
P

Paul R. Sadowski

Kdog said:
That is what need to know - WHERE to put the source file name that I
want to copy to CD.

Just stick it or them on the end of the command line like this...

NeroCMD.exe --write --real --drivename W --underrun_prot --media_type
media_cdr --speed 48 --iso "Vid_230" --close_session myfile.exe
anotherfile.txt thirdfile.mdb

You can use wildcards too. E.G: g:\burnfiles\*.*
 
Joined
Jun 26, 2013
Messages
1
Reaction score
0
Need help with nerocmd trying to burn a bunch of png files to a dvd using nero 9
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top