home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / os2 / insp110p.zip / DUTILSRC.ZIP / mkdesc.txt < prev    next >
Text File  |  1993-01-16  |  649b  |  28 lines

  1. ------
  2. mkdesc
  3. ------
  4.  
  5.  Simple program to gather 4dos/files.bbs style descriptions from usenet
  6.  articles stored in separate files, plain text format (a la Waffle BBS).
  7.  
  8.  Usage:
  9.  
  10.    mkdesc [-s|-n|-t|-f|-p|-k|-u]
  11.  
  12.    where the -? switches determine which header to use as the
  13.    file description.
  14.  
  15.        -s Subject:
  16.        -n Newsgroups:
  17.        -t To:
  18.        -f From:
  19.        -p Path:
  20.        -k Keywords:
  21.        -u Summary:
  22.  
  23.  Useful when used with 4dos, Waffle and/or InspectA.
  24.  
  25. ---
  26. 1.1  3 Aug 1991  written by david nugent and given to the public domain.
  27. 1.2 16 Jan 1993  added compiler independant findfirst(), cleaned up.
  28.