home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / tocaps.zip / TOCAPS.DOC < prev    next >
Text File  |  1994-02-08  |  370b  |  17 lines

  1. TOCAPS
  2.  
  3. dap@kandy.com
  4.  
  5. Converts a text file to all upper case. Optionally will double space the
  6. output.
  7.  
  8.         tocaps [d] <input_file >output_file
  9.  
  10. Please note the REDIRECTION symbols. They must be included in your
  11. command line.
  12.  
  13. d = double spaced output. Converts each cr/lf (line ending) to two line
  14.     endings.
  15.  
  16. Public Domain 02/08/94 by Duane Paulson.
  17.