home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / qana_205.zip / LOWERIBM.DOC < prev    next >
Text File  |  1989-02-11  |  2KB  |  51 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                 LowerIBM version 1.00
  8.  
  9.                       A public domain program by Rob Rosenberger
  10.                                "An exercise in utility"
  11.  
  12.           Released to the public domain on February 11, 1989
  13.                Rob Rosenberger, CompuServe ID 74017,1344
  14.  
  15.  
  16.                This program converts the IBM extended  characters  to their
  17.           equivalent non-graphics characters.  It is especially  useful for
  18.           Epson printers  which cannot print those characters.  Epson users
  19.           can "push" ASCII files through this utility in order to print out
  20.           a decent-looking document.
  21.  
  22.           Before using LowerIBM:
  23.                ╔═════════════════════════════════════════════════════════╗
  24.                ║This box is made up of IBM extended "graphics" characters║
  25.                ╚═════════════════════════════════════════════════════════╝
  26.           After using LowerIBM:
  27.                /---------------------------------------------------------\
  28.                |This box is made up of IBM extended "graphics" characters|
  29.                \---------------------------------------------------------/
  30.  
  31.                You invoke LowerIBM in the following manner:
  32.  
  33.                     LOWERIBM  ?
  34.                     LOWERIBM  <inputfile  >outputfile
  35.  
  36.                The "<" and ">" symbols are called redirection symbols.  You
  37.           should check your DOS manual if you don't know what they do.
  38.                Please DON'T use the same file for input and output.  You'll
  39.           destroy the file.  That's the only drawback to using the  "<" and
  40.           ">" redirection symbols.
  41.  
  42.                You can even specify a printer as the output file.  Do it in
  43.           the following manner:
  44.  
  45.                     LOWERIBM  <inputfile  >PRN
  46.  
  47.  
  48.                I hope you find  this  program useful.  If you have comments
  49.           or criticisms, please feel free  to send me a CompuServe EasyPlex
  50.           message.
  51.