--------
tic2desc
--------

 Simple program to gather 4dos/files.bbs style descriptions from
 *.tic and *.bad files.

 Usage:

   tic2desc [-d] [-f name]

  -d        Use description with file only (default also inserts address
            from, area name and filename.
  -f file   Use 'file' for descriptions (default is 'files.bbs')

 Useful when used with 4dos and/or InspectA.

---

Compile with C6 for OS/2:
   cl -Ox -AS -G2s -DOS2 -Lp tic2desc.c -link /st:0x4000
Compile with C6 or C7 for MS-DOS
   cl -Ox -AS -Gs tic2desc.c -link /st:0x4000

