home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / tolower1.zip / README.1ST next >
Text File  |  1997-09-21  |  820b  |  27 lines

  1. ToLower
  2. -------
  3.  
  4. This is a small program I hacked together to convert all files
  5. in the current directory to lower case. This is usefull when
  6. uploading something to a unix (web) server. 
  7.  
  8. I had downloaded once a program that did this, but it destroyed 
  9. some files badly and damaged most off the filenames. :( 
  10. So I thought about writing some small tool for myself :)
  11.  
  12. You may use this for whatever reason you may need it, as long as 
  13. it is legal and not connected to SPAMMING/KILLING or other mindless 
  14. stuff. If you break it, you own both halves. No warranties, no 
  15. garanties, use it at your own risk. Delivered as is. And dont think
  16. you can copy it and spread it as your own work...
  17.  
  18. #include "disclaimer.h"
  19.  
  20.  
  21. History revision:
  22. -----------------
  23.  
  24. v1.0 First version
  25.  
  26.  
  27. [09/21/97] tels@pobox.com