|
Statistics Report |
Creates a statistics report from a TTK with the same information you would get from the Project Snapshot option in the Analysis Expert and 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] [ezLogFile:ezLogFile] [/write] [/open]
or
Catalyst /R UserName FromFolder:FolderName [ReportName:Name] [/V] [/C] [/S] [ezLogFile:ezLogFile] [/write] [/open]
or
Catalyst /R UserName FromFolder:FolderName [/Individual] [ReportFolder:FolderName] ][/V] [/C] [/S] [ezLogFile:ezLogFile] [/write] [/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 |
Specify the filename and path for the report to be created. The report can be with an .html or .xml file extension. If no ReportName is specified in this ezScript command, HTML files will be created by default with the TTK name as the report filename. |
FromFolder:FolderName |
Tag used to specify the path to a folder containing TTKs. An individual report will be created for each TTK located. |
/Individual |
Creates one HTML report file per TTK |
ReportFolder:FolderName |
Location to save the reports to. The name of the TTK will be the name used when saving the HTML report. If ReportFolder is not used or specifies an invalid location, the xml reports will be created in same location as ttk. |
/V |
Create a verbose format report |
/C |
Create a Compact format report |
/S |
Recurse all subfolders within FromFolder. |
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. |
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 because no ReportName parameter is used.
Catalyst /R John TTKName:"C:\English\TTKFile.ttk" /V
Create a compact report called C:\English\MyReport.html from all the TTK files within the folder and subfolders of C:\English\ using the name of the person that is currently logged onto this machine.
Catalyst /R %USERNAME% FromFolder:"C:\English\" /S ReportName:"C:\English\MyReport.html" /C
Creates a folder of reports in C:\English\Reports from all the TTK files found within the folder and subfolders of C:\English\.
Catalyst /R %USERNAME% FromFolder:"C:\English\" /S /Individual ReportFolder:"C:\English\Reports"