home *** CD-ROM | disk | FTP | other *** search
- LC Filter
- Command
-
-
- ----------------------------------------------------------------
-
- Purpose: Reads data from the standard input, converts it to all
- lower case, and writes it to the standard output.
-
- Format: LC [?] [/u] [<infile] [>outfile]
-
- Type: Internal External
- ***
-
- Remarks: Only alphabetic characters (i.e. A-Z, a-z) are affected.
- All other characters are passed through unmodified.
-
- Option /u results in all upper case output.
-
- Option ? prints a command summary help message.
-
- LC requires DOS 2.0, and will abort and print an error
- message under earlier versions of DOS.
-
- Author: David Whitman
- P.O. Box 1157
- North Wales, PA 19454
-
- This program is in the public domain.