home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / lcase.zip / READ.ME < prev   
Text File  |  1988-01-28  |  828b  |  20 lines

  1. This program will run only under OS/2 !! This program uses standard input
  2. and standard output. The program converts all uppercase text to lower
  3. case. You can run the program and then type in a sentence. When you press
  4. return then the sentence will be redisplayed in all lower case. To end 
  5. type ^Z and press return.Because itis written using standard I/O you can 
  6. redirect input and output to read and write to text files. To do this you
  7. would can use the following example :
  8.           lcase <sample.txt >lower.txt
  9. This will convert the file called sample.txt to lower case and then write
  10. it to a file called lower.txt. The program can also be easly converted to
  11. convert everything to uppercase.
  12.  
  13. For more information on OS/2 programming call :
  14.  
  15.             Compu-Plane BBS
  16.             818 843-4874
  17.             300/1200/2400
  18.             24 hrs
  19.  
  20.