|
Compare Projects |
The Comparison Expert is used to determine the scope of changes between two Project TTK files. It can be used to detect new, deleted or modified files and resources stored in Project TTKs.
Catalyst /Compare TTK1 TTK2 [/Translated] [ReportName:ReportName] [ezLogFile:ezLogFile] [/write] [/open]
/Compare |
Compare two Project TTK files |
TTK1, TTK2 |
The full path to the files to be compared. |
/Translated |
Compare the translations of the TTK files |
ReportName:ReportName |
Tag used to specify the name of the Report file created when performing a comparison. |
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. |
Compare the sources for the following two TTK files:
Catalyst /Compare "E:\WorkingFolder\ProjectC.ttk" "E:\WorkingFolder\ProjectB.ttk" ReportName:"E:\WorkingFolder\Compare Report.xml"
Compare the targets for the following two TTK files:
Catalyst /Compare /Translated "E:\WorkingFolder\ProjectC.ttk" "E:\WorkingFolder\ProjectB.ttk" ReportName:"E:\WorkingFolder\Compare Report.xml"