| The --image parameter is not for providing the filename of the image that is created. It specificies an image file that is to be written on the CD.
To specifiy a filename for the image recorder, you can append "< filename.txt" to the command line. The file filename.txt itself includes the name of the file, e.g: C:\myimage.nrg. Be aware that there have to be a Carriage Return after the filename of the image file.
The next version of NeroCMD will include a parameter to specify the image file to be created. Generally, you just have to provide the filename to NeroAPI by copying it in the data buffer of the CBurnContext::UserDialog method if type is DLG_FILESEL_IMAGE. |