| Home
|
|
|
|
Image Converter Plus command line syntax :: Template-template-template key is used to specify a template for generation of resulting file names. Templates can be specified either manually or with the help of various macros used for batch file conversion. The general structure of the key is as follows: -template [Name] Name is a line with the template used to generate names of resulting files. The simplest way is to specify file name manually. This way is suitable if you convert single files. Example:ICPCL.exe -convertto bmp -source "C:\Original files\file.bmp" -dest "C:\Converted files" -template "my foto.jpg" To assign names to files during batch conversion you can use macros which specify values to be contained in file names. A template can contain both macros and permanent lines. The following macros are available in the program:
ICPCL.exe -convertto bmp -source "C:\Original files" -dest "C:\Converted files" -template "{title}.{type}" ICPCL.exe -convertto bmp -source "C:\Original files" -dest "C:\Converted files" -template "number{count3}.{type}" tips
|
||||||||||||||||||||||||||||||||||||||||||||