home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / UNBOX.ZIP / UNBOX.DOC < prev   
Encoding:
Text File  |  1990-06-09  |  1.1 KB  |  31 lines

  1. UNBOX                David Kirschbaum
  2. Command
  3. ______________________________________________________
  4.  
  5. Purpose:  Converts IBM text-graphics characters (from STDIN)
  6.       into ASCII characters (to STDOUT) that can be printed
  7.       by non-graphics printers.
  8.  
  9. Format:   UNBOX <input >output
  10.       Where input and output are any standard file or device.
  11.  
  12. Remarks:  The IBM text-graphics characters (non-standard ASCII
  13.       176-223 and 254) programmers often use to make their
  14.       screen displays look more attractive cannot be handled
  15.       by many printers, word processors, etc.  Using UNBOX,
  16.       you can convert files contain only presentable-looking
  17.       ASCII substitutes.
  18.  
  19.       Concept and swap table was cribbed from PC Magazine's
  20.       PRSWAP (Vol 9 No 11), which was a TSR that did the same
  21.       conversion for text going directly to the printer.
  22.  
  23.       As with all standard output, NO tests are made as to the
  24.       existence of files, etc.  Read your DOS manual as to what
  25.       happens with output to standard output, how to append, etc.
  26.       I'm not here to teach you the DOS basics!  Not at these
  27.       wages!
  28.  
  29.       David Kirschbaum
  30.       Toad Hall
  31.