|
Check and Compact TTK |
Use this command to optimize the TTK file by removing any old and unused data. This will generally result in a smaller size TTK file.
Catalyst /Check TTKName:TTKName [/Compact] [ezLogFile:ezLogFile] [/write] [/open]
/Check |
Check if the TTK file can be optimized |
TTKName:TTKName |
Filename of TTK |
/Compact |
Compact the TTK file to remove any old and unused data |
ezLogFile:ezLogFile |
The user can optionally specify a log file to which results of each Catalyst ezScript command are output. If the log file is not specified by the user or is invalid, the default log file (ezScriptBatchLog.txt in the Public location) is used. |
/write |
The command line which has been processed by Catalyst will be written into the ezScript batch log file. This will help to debug your command if something is not behaving as expected. |
/open |
Launches MS Notepad and displays the content of ezScript batch log when the command finishes. |
This example checks if a TTK file could be optimized and writes a message into the Log file. It will result in the following message being written to the log file:
The TTK 'Project.ttk' contains some old, unused data. It can be cleaned and compacted by saving it.
Catalyst /Check TTKName:"C:\My Projects\Project.ttk"
This example will perform the optimization and save on the TTK file.
Catalyst /Check TTKName:"C:\My Projects\Project.ttk" /Compact