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.

Syntax

Catalyst /Check TTKName:TTKName [/Compact] [ezLogFile:ezLogFile] [/write] [/open]

Parameters

/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.

Examples

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"

Catalyst /Check TTKName:"C:\My Projects\Project.ttk" /Compact