|
Managing Detail Files |
Creates a details file for a file stored within a TTK. Each details file contains locks and memo information which can be applied to other TTKs.
Catalyst /D TTKName Filename DetailFileName [/IMPORT|/EXPORT] [ezLogFile:ezLogFile] [/write] [/open]
/D |
Create a detail file |
TTKName |
TTK filename and path. |
DetailFileName |
Filename of Details file. |
[/IMPORT|/EXPORT] |
Import/Export a details files. |
Filename |
Name of file (in Project TTK) for which a details file is to be imported/exported. |
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 details file called C:\Temp\Details.det for the File.exe in the TTK C:\Temp\Sample.ttk.
Catalyst /D C:\Temp\Sample.ttk C:\Temp\File.exe C:\Temp\Details.det /EXPORT
Import the locks and memo information from C:\Temp\Details.det to File.exe that exists in the TTK C:\Temp\Sample.ttk.
Catalyst /D C:\Temp\Sample.ttk C:\Temp\File.exe C:\Temp\Details.det /IMPORT