home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / screen / hprtsc.arc / HPRTSC.DOC < prev   
Encoding:
Text File  |  1987-05-06  |  1.8 KB  |  37 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.           This program implements a graphics screen dump from a
  9.           Hercules monochrome graphics board. It was written for the
  10.           Epson LX80/LX90 printers, but it should work on other Epson
  11.           compatible printers.
  12.           
  13.           To load the program, simply type HPRTSC from the DOS prompt.
  14.           This should probably be done in your AUTOEXEC.BAT file. From
  15.           then on you simply need to press the PrtSc key (it is
  16.           shifted) to print out a screen image.
  17.           
  18.           When the PrtSc key is pressed, HPRTSC checks to see if the
  19.           Hercules board is in text mode or graphics mode. If it is in
  20.           text mode, the screen is dumped to your printer as normal
  21.           ASCII characters. In graphics mode, HPRTSC will pause and
  22.           wait for you to press either the '1' or the '2' key to
  23.           indicate which of the two graphics pages on the Hercules
  24.           board you wish to dump (if you don't understand this, press
  25.           '1'; if that doesn't do what you want, press PrtSc again and
  26.           then try '2'). If you press any key other than '1' or '2',
  27.           HPRTSC will beep and then return. You can use this to freeze
  28.           an animated graphics display to look at it more closely.
  29.           Just press PrtSc to freeze the screen. To unfreeze it, just
  30.           press any key other than '1' or '2'.
  31.           
  32.           More detailed comments appear at the beginning of the source
  33.           code which is included with this package.
  34.           
  35.           Alan Groupe
  36.           Background Processes
  37.           PO Box 6347
  38.           Nashua, NH 03063