home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / plot / splot57.arc / PLOTDUMP.DOC < prev    next >
Text File  |  1989-02-01  |  2KB  |  32 lines

  1.  
  2.                          PLOTDUMP Instructions
  3.  
  4.     The PLOTDUMP program sets up a Terminate & Stay Resident routine that
  5.     will dump a graphics image to an Epson compatible dot matrix printer
  6.     when the keys Ctrl and PrtSc are pressed simultaneously.  The program
  7.     can dump Hercules graphics images, 640x200 (mode 6) monochrome CGA
  8.     graphics images and 640x350 (mode 16) EGA graphics images inwhich all
  9.     foreground colored objects are displayed against the background (color
  10.     #0). With an EGA image, the background (color #0) is printed as white
  11.     and all other colors are printed as black.
  12.  
  13.     The command PLOTDUMP installs the TSR routine in memory. If plot dumps
  14.     are made often then the PLOTDUMP command should be placed in the
  15.     AUTOEXEC.BAT file (the file PLOTDUMP.COM must be in the root directory
  16.     or a path must be specified to the directory containing the file).
  17.  
  18.     NOTE: In order to dump to a printer a plot drawn by the SPLOT (Screen
  19.     Plot) program, the PLOTDUMP program must be installed in memory before
  20.     making the plot.
  21.  
  22.     Technical note: Besides pressing Ctrl PrtSc, a graphics dump can also
  23.     be invoked by calling software interrupt #72h.  Besides the interrupt
  24.     #72h vector, the routine also uses the interrupt #73h vector to store
  25.     the string "WGH" as a flag that the routine has been installed.
  26.  
  27.     The PLOTDUMP program is protected by copyright law; it is not public
  28.     domain. It is provided with the SPLOT software and its use, other than
  29.     for evaluation purposes, without payment for the SPLOT software is a
  30.     copyright violation. The PLOTDUMP program is provided "AS IS" without
  31.     warranty of any kind.
  32.