|
Save Up |
Use this command to save a TTK or a folder of TTK files up to the current edition of Catalyst.
Catalyst /SaveUp UserName TTKName:TTKName [ezLogFile:ezLogFile] [/write] [/open]
or
Catalyst /SaveUp UserName FromFolder:FolderName [/S] [ezLogFile:ezLogFile] [/write] [/open]
/SaveUp |
Save TTK as current version |
UserName |
The name that will appear in the history list in the TTK. |
TTKName:TTKName |
Filename of TTK to upgrade to the latest version. |
FromFolder:FolderName |
Folder of TTKs to upgrade to the latest version. |
/S |
Recurse all sub-folders. |
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. |
The TTK file named FR_ACME_FC2.ttk will be saved up in current version.
Catalyst /SaveUp Automation TTKName:"C:\XLIFFExport\FR_ACME_FC2.ttk"
All TTKs found in the folder path and all subsequent sub-folders will be saved up in current version.
Catalyst /SaveUp "%USERNAME%" FromFolder:"E:\WorkingFolder\Project B TTKs" /S