home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / chasm2.zip / LC.DOC < prev    next >
Text File  |  1986-01-02  |  896b  |  30 lines

  1. LC Filter
  2. Command
  3.  
  4.  
  5. ----------------------------------------------------------------
  6.  
  7. Purpose: Reads data from the standard input, converts it to all
  8.          lower case, and writes it to the standard output.
  9.  
  10. Format:  LC [?] [/u] [<infile] [>outfile]
  11.  
  12. Type:    Internal      External
  13.                          ***
  14.  
  15. Remarks: Only alphabetic characters (i.e. A-Z, a-z) are affected.
  16.          All other characters are passed through unmodified.
  17.  
  18.          Option /u results in all upper case output.
  19.  
  20.          Option ? prints a command summary help message.
  21.  
  22.          LC requires DOS 2.0, and will abort and print an error
  23.          message under earlier versions of DOS.
  24.  
  25. Author:  David Whitman
  26.          P.O. Box 1157
  27.          North Wales, PA 19454
  28.  
  29. This program is in the public domain.
  30.