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.

Syntax

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]

Parameters

/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.
The TTKs name will be used as the report name.

/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.

Examples

Catalyst /R John TTKName:"C:\English\TTKFile.ttk" /V

Catalyst /R %USERNAME% FromFolder:"C:\English\" /S ReportName:"C:\English\MyReport.html" /C

Catalyst /R %USERNAME% FromFolder:"C:\English\" /S /Individual ReportFolder:"C:\English\Reports"