home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / cnvrt110.zip / readme.1st < prev   
Text File  |  1997-07-21  |  3KB  |  48 lines

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