|
|
Extract Files |
|
Extracts a translated file or group of translated files from a TTK.
Catalyst /E TTKName [ToFolder] [/open]
or
Catalyst /E FolderName [ToFolder] [/S] [/P] [/open]
|
/E |
Extract Files |
|
TTKName |
TTK Filename to extract files from. |
|
ToFolder:Path |
Extracted files will be stored in this folder/directory. |
|
FolderName |
The name of a folder that contains TTK files. All the TTKs in this folder will have their files extracted. |
|
/S |
Recursively scan all directories within FolderName and extract files from every TTK located. All extracted files will be stored in ToFolder. |
|
/P |
Extract files and store them in ToFolder maintaining the Project Hierarchy of each TTK. If the relevant subfolders do not exist in ToFolder then ezScript will create them automatically. |
|
/open |
Launches MS Notepad and displays the content of CatalystBatchLog.txt when the ezScript command finishes. |
Extract all files from GMC.ttk and stored then in C:\Destination
Catalyst /E GMC.ttk c:\Destination
Extract all files from C:\FinalBuilds into C:\TranslatedBuilds and preserve the TTK project hierarchy.
Catalyst /E C:\FinalBuilds C:\TranslatedBuilds /P
Extract files from all TTKs stored in C:\Translations, and all sub-folders and store them in C:\FinalFiles
Catalyst /E C:\Translations C:\FinalFiles /S