|
Clean Up |
Writes the segments from project files (*.TTK) to an Alchemy Translation Memory (*.TM).
Catalyst /Cleanup Filename:Filename.ttk TM:filename Log:logfilename.txt TargetFolder:[foldername] [ezLogFile:ezLogFile] [/write] [/open]
or
Catalyst /Cleanup FileListFile:Filename.txt TM:filename Log:logfilename.txt TargetFolder:[foldername] [ezLogFile:ezLogFile] [/write] [/open]
or
Catalyst /Cleanup FromFolder:FolderName [/S] TM:filename Log:logfilename.txt TargetFolder:[foldername] [ezLogFile:ezLogFile] [/write] [/open]
/Cleanup |
Cleanup of a TTK file to a TM Type |
Filename:Filename.ttk |
Filename of Project file (*.TTK) |
FileListFile:Filename.txt |
Text file containing a list of Project Files that are to be Cleaned Up to the TM. Each Project file is specified on a single line. |
FromFolder:FolderName |
Tag used to specify the path to a folder from which all files are to cleaned up from. |
/S |
Recurse all sub-folders. |
TM:filename |
Filename of the AlchemyTM (*.TM) to use. |
Log:logfilename |
Compulsory log file parameter which is created during Clean Up. This log file contains a summary of the number of segments stored in the Alchemy TM file. |
TargetFolder:foldername |
The target folder for the extracted files. If this parameter is not specified, only the TMs are updated. |
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. |
|
Looking for GlobalLink TM Server Cleanup syntax? |
This example will write the content of the 3 project files, "EN_DE_Align.ttk", "EN_FR_Align.ttk", "EN_JA_Align.ttk" into the translation memory "CleanupTM.tm" while writing the clean up log to the file report called "TM_Report_Cleanup.txt"
Catalyst /Cleanup %USERNAME% Filename:"D:\ezScript\EN_DE_Align.ttk" TM:"D:\ezScript\CleanupTM.tm" Log:"D:\ezScript\TM_Report_Cleanup.txt"
Catalyst /Cleanup %USERNAME% Filename:"D:\ezScript\EN_FR_Align.ttk" TM:"D:\ezScript\CleanupTM.tm" Log:"D:\ezScript\TM_Report_Cleanup.txt"
Catalyst /Cleanup %USERNAME% Filename:"D:\ezScript\EN_JA_Align.ttk" TM:"D:\ezScript\CleanupTM.tm" Log:"D:\ezScript\TM_Report_Cleanup.txt"
This example will write the content of any TTK file found in the folder Project Files and all sub-folders into the translation memory "CleanupTM.tm" while writing the clean up log to the file "TM_Report_Cleanup.txt"
Catalyst /Cleanup %USERNAME% FromFolder:"D:\ezScript\Project Files" /S TM:"D:\ezScript\CleanupTM.tm" Log:"D:\ezScript\FromFolder_TM_Report_Cleanup.txt"