home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / 4CASE11.ZIP / CASE.DOC < prev    next >
Text File  |  1992-07-06  |  3KB  |  97 lines

  1.  
  2.  
  3.  
  4.                               CASECHANGE PACKAGE
  5.  
  6.          The changecase programs I have download either 1) are
  7.          S-L-O-W or 2) limit the size of files that can be converted.
  8.          In this package are four .EXE files that perform fast
  9.          conversions.
  10.  
  11.          UPCASE.EXE and DOWNCASE.EXE functions should be self
  12.          explanatory.
  13.  
  14.          MIXCASE.EXE will capitalize the first letter of each word
  15.          (technically it will capitalize the first letter that
  16.          follows and non-alphabetic character other than the
  17.          apostrophe).
  18.  
  19.          ALLCASE.EXE will do any of the three, but needs advice from
  20.          the command line or from prompts.
  21.  
  22.          USE:
  23.  
  24.          Command Line:
  25.  
  26.              UPCASE <path:>filename <<path>:outfile>
  27.  
  28.              Omission of path will select current directory.
  29.              Omission of outfile will write the new file to the
  30.                    current directory using the same name as the input
  31.                    file.  Input file will be overwritten if it is in
  32.                    the current directory.
  33.  
  34.              DOWNCASE and MIXCASE function the same.
  35.  
  36.  
  37.              ALLCASE mode <path:>filename <<path:>outfile>
  38.  
  39.              where mode equals:
  40.                  u or U for upcase
  41.                  d or D for downcase
  42.                  m or M for mixedcase    (Logical?)
  43.  
  44.          UPCASE (etc) without parameter will enter the directory
  45.          mode:
  46.  
  47.              Current directory contents will be displayed.
  48.  
  49.              Use mouse or filenumber to select file.
  50.                   Converted file will be written to the current
  51.                   directory using the infile name.  If Infile is in
  52.                   the current directory, it will be overwritten.
  53.  
  54.  
  55.  
  56.  
  57.              Enter new path to choose from a new directory.  If path
  58.                   is changed, the output path remains the same:
  59.                   output will go to the directory from which the
  60.                   program was called.
  61.  
  62.              <cr> alone exits program.
  63.  
  64.              ALLCASE will prompt for mode once file selected.
  65.  
  66.  
  67.  
  68.  
  69.  
  70.          LEGAL STUFF:
  71.  
  72.          This program package is released into the public domain.  No
  73.          registration fee is requested.
  74.  
  75.          Programs have been tested on my AT clone and on XT clones,
  76.          but I cannot assure compatibility with all systems.  I am
  77.          not responsible for any damages that may occur from the use
  78.          of these programs.  USE AT YOUR OWN RISK.
  79.  
  80.          As always, do not use these programs to convert any file
  81.          that has not been backed up- glitches may zap the source
  82.          file (although this hasn't happened during testing).
  83.  
  84.          WARNING:
  85.  
  86.          ANYONE STUPID ENOUGH TO USE THIS TO CONVERT AN .EXE,.COM, OR
  87.          OTHER BINARY/NON CHARACTER FILE SHOULD HAVE HIS SYSTEM
  88.          CONFISCATED FOR CRIMINAL IDIOCY.
  89.  
  90.  
  91.          Richard E. Barlow
  92.          122 Pebble Beach Dr.
  93.          Slidell,LA 70458
  94.  
  95.          504-641-9549
  96.  
  97.