|
|
Question : Problem: Need to write a batch file or perform a command line function with Nerocmd.exe
|
|
I have been trying to read the instructions and the code and searching the internet and I can't find the answer i am looking for. I have a driectory, J:/Burn. I would like for my employees to put a CDR in the burner double click the icon and burn everything to this directory and be done. Can anyone assist with this?
|
Answer : Problem: Need to write a batch file or perform a command line function with Nerocmd.exe
|
|
You can use nerocmd /? to see a list of command-line parameters (but alas, no examples).
From: http://www.pcreview.co.uk/forums/thread-1466408.php >>> 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\*.*
|
|
|