Extract Files

 

Extracts a translated file or group of translated files from a TTK.

Syntax

Catalyst /E TTKName [ToFolder] [/open]

or

Catalyst /E FolderName [ToFolder] [/S] [/P] [/open]

Parameters

/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.

Examples

Catalyst /E GMC.ttk c:\Destination

Catalyst /E C:\FinalBuilds C:\TranslatedBuilds /P

Catalyst /E C:\Translations C:\FinalFiles /S