home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / os2 / insp110p.zip / DUTILSRC.ZIP / tic2desc.txt < prev   
Text File  |  1993-05-05  |  574b  |  25 lines

  1. --------
  2. tic2desc
  3. --------
  4.  
  5.  Simple program to gather 4dos/files.bbs style descriptions from
  6.  *.tic and *.bad files.
  7.  
  8.  Usage:
  9.  
  10.    tic2desc [-d] [-f name]
  11.  
  12.   -d        Use description with file only (default also inserts address
  13.             from, area name and filename.
  14.   -f file   Use 'file' for descriptions (default is 'files.bbs')
  15.  
  16.  Useful when used with 4dos and/or InspectA.
  17.  
  18. ---
  19.  
  20. Compile with C6 for OS/2:
  21.    cl -Ox -AS -G2s -DOS2 -Lp tic2desc.c -link /st:0x4000
  22. Compile with C6 or C7 for MS-DOS
  23.    cl -Ox -AS -Gs tic2desc.c -link /st:0x4000
  24.  
  25.