|
|
Create TTK Report |
|
Creates a translation and engineering report from a TTK. The report will contain a directory listing of the objects within the TTK and their word counts, leverage statistics and other useful information.
Catalyst /R UserName TTKName:Fname [ReportName: Name] [/V] [/C] [/open]
or
Catalyst /R UserName FromFolder:FolderName [ReportName:Name] [/V] [/C] [/S] [/open]
|
/R |
Create TTK Report |
|
UserName |
The name that will appear in the history list in the TTK. |
|
TTKName:Fname |
TTK filename and path. |
|
ReportName:Name |
Filename and path of report that is created. |
|
FromFolder:FolderName |
Tag used to specify the path to a folder containing TTKs. An individual report will be created for each TTK located. |
|
/V |
Create a verbose format report |
|
/C |
Create a Compact format report |
|
/S |
Recurse all subfolders within FromFolder. |
|
/open |
Launches MS Notepad and displays the content of CatalystBatchLog.txt when the ezScript command finishes. |
Create a verbose report from the TTK file C:\English\TTKFile.ttk using the Login Name of John. The report created will be called TTKfile.html.
Catalyst /R John TTKName:"C:\English\TTKFile.ttk" /V
Create a compact report called C:\English\MyReport.txt from all the TTK files within the folder and subfolders of C:\English\.
Catalyst /R John FromFolder:"C:\English\" /S ReportName:"C:\English\MyReport.txt" /C