| Home
|
|
|
Image Converter Plus command line syntax :: Script-script-script key specifies the script used when converting images. A script is a file containing a set of conversion parameters: operation list, target format parameters, destination folder and operations with file names. The general appearance of the key is as follows: -script [Script name] Script name is a string specifying the needed script. It can contain the link to a preset or user-defined script created with the help of ImageConveter Plus. If the script is located in the same folder with the program, this parameter can contain script name only. Example: ICPCL.exe -source "c:\my fotos\*.*" -script "convert to bmp.icp" Otherwise the parameter should contain file name with its full path. Example: ICPCL.exe -source "c:\my fotos\*.*" -script "c:\convert\scripts\convert to bmp.icp" tips
Example: ICPCL.exe -source "c:\my fotos\*.*" -script "c:\convert\scripts\convert to bmp.icp" -template "{title}.{type}"
Example: ICPCL.exe -source "c:\my fotos\*.*" -script "c:\convert\scripts\convert to bmp.icp" -makebat " c:\tobmp.bat" |
||