home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / cv112.zip / readme.1st < prev   
Text File  |  1997-08-29  |  2KB  |  54 lines

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