Short: Decompiles catalogs back into .ct files Author: amigansoftware@gmail.com (James Jacobs) Uploader: amigansoftware gmail com (James Jacobs) Type: util/conv Version: 1.15 Requires: OS2.0+ Architecture: m68k-amigaos >= 2.0.0 URL: http://amigan.1emu.net/releases/ This program takes a catalog (IFF CTLG) file and a catalog descriptor (.cd) file as input, and generates the corresponding catalog translation (.ct) file. Usage is: CTLG2CT The input files are expected to be correctly formatted. All output from the program goes to the standard output; normally you will want to redirect this. Eg.: CTLG2CT foo.catalog foo.cd >foo.ct Source code is included. Changes since V1.14: * Bug fixes.