|
|
Set/Reset TTK Properties |
|
Use this command to specify change details within an existing TTK i.e. the Project Title or the TTK Languages.
Catalyst /P TTKName:TTKName [NewTitle:Title] [TargetLang:Language] [/open]
|
/P |
Set/Reset TTK Properties |
|
TTKName:TTKName |
Filename of TTK |
|
NewTitle:Title |
New Project Title of a TTK |
|
TargetLang:Language |
Tag used to specify the target language in the specified TTK. See section on Language Codes. |
|
/open |
Launches MS Notepad and displays the content of CatalystBatchLog.txt when the ezScript command finishes. |
This example renames the Project Title in the TTK C:\Nirvana\Master.ttk to "Thunderbolt Main TransKit".
Catalyst /P TTKName:C:\Nirvana\master.ttk NewTitle:"Thunderbolt Main TransKit"
This example demonstrates how to change the project language within an existing TTK. This option is necessary when changing target languages within a multilingual file which contains multilingual dlls or exes files. Note: The languages need to be changed within the TTK to leverage from as well as the TTK to leverage into.
Catalyst /P TTKName:C:\Nirvana\master.ttk TargetLang:"German (Germany)"