home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / print2 / prntscrn.lzh / PRNTSCRN.DOC < prev    next >
Text File  |  1990-05-01  |  1KB  |  40 lines

  1. PRNTSCRN documentation
  2.  
  3. PRNTSCRN is a TSR that enhances the < Print Scrn > key.
  4. PRNTSCRN takes 736 bytes of memory when resident.
  5.  
  6. Usage :
  7.  
  8. To install, execute PRNTSCRN.EXE at the command line or better yet, include
  9. in your AUTOEXEC.BAT.  Load before GRAPHICS.COM.
  10. To activate, press the < Print Scrn > key.  This will dump an image of the
  11. text screen to the printer connected to LPT1.
  12.  
  13. What PRNTSCRN does:
  14.  
  15.  o prints the IBM characters with ASCII codes below 32
  16.  o interpets and prints characters with the bold attribute set
  17.  o interpets and prints underlined characters ( on monochrome systems )
  18.  o adds a form feed to printer output
  19.  
  20. What PRNTSCRN doesn't:
  21.  
  22.  o EGA/VGA 43/50 line modes.
  23.  
  24. printer control codes used by prntscrn:
  25.  
  26.  Enable printing of all character codes on next character : <ESC> "^"
  27.  Double-strike printing :        <ESC> "G"
  28.  Cancel double-strike printing : <ESC> "H"
  29.  Start underlining :             <ESC> "-" 1
  30.  Stop  underlining :             <ESC> "-" 0
  31.  FormFeed                        12
  32.  
  33.  You can test to see if your printer supports these commands by dumping
  34.  the file PRNTEST.TXT to the printer ( COPY PRNTEST.TXT PRN ).
  35.  
  36. Written by Robert Mashlan
  37. Compuserve: [711610,3067]
  38. USPS:       1510 Silver Creek Circle/Norman OK 73071
  39.  
  40.