|
|
Create Glossary |
|
Creates a glossary from a TTK or from a group of TTKs within a given folder.
Catalyst /G [TTKName:Filename] [GlossName:GlossaryName] [/open]
or
Catalyst /G FromFolder:Path GlossName:GlossaryName [/S] [/open]
or
Catalyst /G [TTKName:Filename] [TMXName:Filename]
or
Catalyst /G [TTKName:Filename] [TBXName:Filename]
or
Catalyst /G [TTKName:Filename] [TXMLName:Filename]
or
Catalyst /G [TTKName:Filename] [TTXName:Filename]
|
/G |
Create Glossary |
|
TTKName:Filename |
Tag used to specify the filename of a TTK. |
|
GlossName:GlossaryName |
Tag used to specify the filename of a glossary file.
Note: If this parameter is not specified, the glossary file will inherit the filename of TTKName with a .TXT extension.
Note: If this file exists, new terms will be added to it automatically. |
|
FromFolder:Path |
Tag used to specify the path to a directory. |
|
TMXName:Filename |
Tag used to create a TMX glossary from a TTK. |
|
TBXName:Filename |
Tag used to create a TBX glossary from a TTK. |
|
TXMLName:Filename |
Tag used to create a GlobalLink TXML glossary from a TTK. |
|
TTXName:Filename |
Tag used to create a TRADOStag (TTX) glossary from a TTK. |
|
/S |
Recursively scan all directories within FromFolder and extract glossaries from every TTK located. |
|
/open |
Launches MS Notepad and displays the content of CatalystBatchLog.txt when the ezScript command finishes. |
This creates a glossary called TTKFile.txt.
Catalyst /G TTKName:C:\English\TTKFile.ttk
This creates a glossary called Spreadsheety.txt using the User Profile settings from the registry.
Catalyst /G TTKName:QuattroPro.ttk GlossName:Spreadsheet.txt
This creates a glossary called MyGlossary.txt. All TTK files from the folder C:\English are scanned and all extracted terms are stored in MyGlossary.txt.
Catalyst /G FromFolder:"C:\English\" GlossName:"C:\English\MyGlossary.txt" /S
This creates a glossary called TMXGlossary.tmx.
Catalyst /G TTKName:"C:\English\" TMXName:"C:\English\TMXGlossary.tmx"