As well as the GUI client, Palette Editor also includes a command line tool which you can use to work with templates. The tool, ctktempr.exe
, is located in the Palette Editor application folder.
Unless otherwise noted, whenever the command line tools expect a file name, this can either be a fully qualified path, or will be resolved against the current working directory.
Usage
CTKTEMPR <name> <palette> [<output>]
[/H | /?] [/QUIET] [/NOLOGO] [/PAUSE] [/VERSION] [/STATISTICS]
Parameters
name | Name of the palette to load |
palette | File name of the palette to load |
output | File name to write template output into. If not specified, output is written to standard out. |
/H or /? | Display this message. |
/QUIET | Suppresses most standard output |
/PAUSE | Prompts the user to press a key before the program is exited |
/NOLOGO | Do not display the startup banner and copyright message. |
/VERSION | Display version information only. |
/STATISTICS | Display execution statistics. |