home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / convloup.zip / readme.1st < prev   
Text File  |  1997-06-08  |  3KB  |  37 lines

  1. /*********************************************************************/
  2. /*                                                                   */
  3. /* Convert Version 1.00                                              */
  4. /*                                                                   */
  5. /* Converts uppercase file names to lower case and visa versa        */
  6. /* Written by :  John Ballment                                       */
  7. /* Written on :  06 June, 1997                                       */
  8. /*                                                                   */
  9. /* I wrote this small application to convert files from uppercase    */
  10. /* to lowercase after doing a project with a couple of friends who   */
  11. /* where using Windows 95.                                           */
  12. /*                                                                   */
  13. /* Everytime they saved files onto thier disks, the filenames were   */
  14. /* in uppercase, which made it hard to port onto my OS/2 system and  */
  15. /* the UNIX system which the project was being designed for.         */
  16. /*                                                                   */
  17. /* The program command-line is as follows:                           */
  18. /*                                                                   */
  19. /*      convert -u/l <filename>                                      */
  20. /*                                                                   */
  21. /* -u = convert to uppercase (I wrote it to convert both ways)       */
  22. /* -l = convert to lowercase                                         */
  23. /* <filename> = a filename including wildcards like * and ?          */
  24. /*                                                                   */
  25. /* If you find the program useful please send a post card to:        */
  26. /*                                                                   */
  27. /*     John Ballment                                                 */
  28. /*     98 Kilsay Cres                                                */
  29. /*     Meadowbrook  Q  4131                                          */
  30. /*     Australia, plant Earth, the Milky-Way solar system            */
  31. /*                                                                   */
  32. /* Please send any bug reports to:                                   */
  33. /*                                                                   */
  34. /*     n1237462@droid.fit.qut.edu.au                                 */
  35. /*                                                                   */
  36. /*********************************************************************/
  37.