Create Glossary

 

Creates a glossary from a TTK or from a group of TTKs within a given folder.

Syntax

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]

Parameters

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

Examples

Catalyst /G TTKName:C:\English\TTKFile.ttk

Catalyst /G TTKName:QuattroPro.ttk GlossName:Spreadsheet.txt

Catalyst /G FromFolder:"C:\English\" GlossName:"C:\English\MyGlossary.txt" /S

Catalyst /G TTKName:"C:\English\" TMXName:"C:\English\TMXGlossary.tmx"