Skip to content

Tool: MakeCGList.exe

Robert Jordan edited this page Oct 4, 2020 · 2 revisions

Tool: MakeCGList.exe

The command line tool makecglist is used to compile CG List Tables (.dat) used for 'encountered' CG registration and display. It is available in many of the publicly released CatSystem2 toolsets.

Usage

CatSystem 2 CG Registration List data creator
usage: MakeCGList <listfile> [outfile]

arguments:
  listfile  list file name to convert (with extension)
  outfile   output file name (with extension)
            (uses listfile with ".dat" if excluded)

Notes

  • makecglist outputs files using the input file name and .dat extension if outfile is excluded.

Examples

Convert "cglist.txt" file to "cglist.dat"

MakeCGList cglist.txt

Convert "list.txt" file to "cglist.dat"

MakeCGList list.txt cglist.dat 

See Also

External links


Todo:

  • List locale requirements
  • List different directory support
  • \ path slashes required?
Clone this wiki locally