There are two options you need to know to specify ouptput file name.
The first one is
-dest for specifying path to folder where you want to store
your converted images. The second option is
-template. You can find more
information regarding these options in Image Converter Plus command line help file.
Example:
ICPCL.exe –convertto tiff –source "C:\Images\*.*" –dest "C:\out\" -template "{Title}.jpg" exists:overwrite
If you omit option -dest, converted images will be saved to the same
folder as source images.
If you omit option -template, converted images will have the same names
as source images.
If there is file with the same name in source folder it will be overwritten
if you used exists:overwrite option. If this file has 'Read Only' attribute the program
won't be able to overwrite it and will create a new file with unique
name.