|
Revert TTK Settings |
Use Revert command to restore items in a Project TTK to their original pre-translated state.
The Configuration Options for the revert operation are taken from the user registry (i.e. the settings last used) which can be exported using User Profiles.
Catalyst /Revert TTKName:FName [ezLogFile:ezLogFile] [/write] [/open]
or
Catalyst /Revert FileListFile:Filename.txt [RelativeTo:DirName] [ezLogFile:ezLogFile] [/write] [/open]
or
Catalyst /Revert FromFolder:FolderName [/S] [ezLogFile:ezLogFile] [/write] [/open]
/Revert |
Revert TTK Settings |
TTKName:FName |
Parameter used to specify the name of a TTK file. |
FileListFile:Filename.txt |
Text file containing a list of Project Files that are to be processed. Each Project file is specified on a single line. |
RelativeTo: |
This tag is used in conjunction with the FileListFile: tag and is used to truncate directory names with your Project TTK file relative to a declared root directory. |
FromFolder:FolderName |
Tag used to specify the path to a folder from which all files are to processed from. |
/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 following command will load the necessary revert options as specified in the file RevertSettings.ini. Catalyst then uses those loaded settings to revert the specified aspects of the Project TTK file.
Catalyst /C C:\English\RevertSettings.ini /LOAD
Catalyst /Revert TTKName:C:\English\TTKFile.ttk
The following command will load the necessary revert options as specified in the file RevertSettings.ini. Catalyst then uses those loaded settings to revert the specified aspects of any TTK file found in the folder Project TMs and all sub-folders.
Catalyst /C C:\English\RevertSettings.ini /LOAD
Catalyst /Revert FromFolder:"C:\Project TMs" /S