How to specify name of output file?
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 Command Line help file.
Example:
ICPCL.exe -convertto tiff -source "C:\source\*.*" -dest "C:\out" -template "{Title}.tif"
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.
