|
Get File Names |
Use this command to specify the file names within an existing TTK.
Catalyst /GetFileNames TTKName:TTKName [/Verbose] OutputFile:FilenameOutput
or
Catalyst /GetFileNames TTKName:TTKName [/Verbose] ezLogFile:ezLogFile [/write] [/open]
/GetFileNames |
Output the file names within the TTK |
TTKName:TTKName |
Filename of TTK |
Verbose |
Outputs the entire path from the Project Title to the file within the ttk is output |
OutputFile:FilenameOutput |
Outputs the list of files found in the TTK file to the FilenameOutput file. You cannot append to an existing file and there must be one filename per TTK. If the output file is not specified by the user or is invalid, the default log file (ezScriptBatchLog.txt in the Public location) is used. |
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. |
Query the TTK file D:\Project\Project1.ttk and output all the names of the files found to the log file d:\Project\Ttkfilenames.txt. Using the /Verbose switch will indicate the full path from the root of the project title.
Catalyst /GetFileNames TTKName:"D:\Project\Project1.ttk" OutputFile:"D:\Project\TTKfilenames.txt" /Verbose
Catalyst /GetFileNames TTKName:"D:\Project\Project2.ttk" ezlogfile:"D:\Project\Batchlog_filenames.txt"