home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / miscutil.zip / TP12.DOC < prev    next >
Text File  |  1986-08-26  |  4KB  |  92 lines

  1.                                                                       6/16/86
  2.  
  3.                 ╔══════════════════════════════════════════════╗
  4.                 ║  Turbo Digital Vision Print Screen Ver. 1.2  ║
  5.                 ║     Copyright (C) 1986  by Basi Angulo       ║
  6.                 ╚══════════════════════════════════════════════╝
  7.  
  8. Revision History:
  9. Date:    Ver.:               Comment:
  10. 6-16-84   1.0  -Worked on IBM/OKI 192  GRAPHICS compatible printers.
  11. 7-24-86   1.1  -Now also works on  EPSON printers.
  12.                 (NOTE: Linefeeds not as nice as Ver. 1.0!)
  13. 8-26-86   1.2  -Put separate line feed code for each type of printer supported.
  14.                 Requires printer type to be specified on program startup.
  15.  
  16.  
  17. Program Description:
  18.  Memory resident graphics print screen utility. It will print out a Med-Res.
  19.  or Hi-Res. screen image.  It will NOT do a screen print if the CGA is
  20.  in TEXT mode!
  21.  
  22. Printer Requirements:
  23.  -IBM or compatible GRAPHICS printer. (I Use/have and OKIDATA 192)
  24.  -Epson or Epson compatible GRAPHICS printer.
  25.  
  26.  Note: If you have and IBM PROPRINTER or GRAPHICS Printer I would suggest
  27.        you also try out the "E"pson mode. The linefeed spacing might
  28.        turn out better? I don't know because I test all this code on
  29.        my OKIDATA 192 printer.
  30.  
  31.        If you have and EPSON and want to try using IBM mode then:
  32.        Make sure you put your printer in IBM graphics mode emulation
  33.        before running this program. (E.G. Some Epsons need to have the
  34.        dip switches changed to IBM mode before this program works when
  35.        envoked with the "I" or "O" printer type parameter.)
  36.  
  37.  
  38. How to use program:
  39.   Enter this programs name at the DOS prompt along with the printer
  40.   type. The allowed printer types are "I" for IBM, "O" for OKIDATA
  41.   192 series printers, and "E" for Epson type printers. Example:
  42.   IF you have an Epson printer then you would enter:
  43.  
  44.        A>TP12  E   <plus return key>
  45.  
  46.   After the opening menu displays the program will load the proper
  47.   printer driver and return to the DOS prompt. The program is now Memory
  48.   Resident. Use the following keystroke combinations to Print the Screen
  49.   or Remove the program from memory.
  50.  
  51.   Keyboard Key Usage:
  52.  
  53.   Text Modes
  54.   ----------
  55.    -When the Video Adapter (CGA) is in TEXT mode the following keys function
  56.     as follows.
  57.  
  58.    ALT-F1   -Pops up TEXT window to let you remove this program from memory.
  59.    CTRL-END -Pressing the Control and END key removes this program from memory.
  60.      NOTE: You must first press ALT-F1 then CTRL-END to release the memory that
  61.            this program uses. Make sure you are at the DOS prompt and NO other
  62.            Memory Resident programs have been loaded after this one.
  63.  
  64.   Graphics Modes
  65.   --------------
  66.    -When the CGA is in a GRAPHICS mode (Like when Viewing one of the
  67.    'Digi-Pics') the keys below do the following:
  68.  
  69.     Alt-F1  -Pops up Graphic Window to let you print the screen image.
  70.             -[F1] will print the screen how it looks.
  71.             -[F3] will print the screen inversely.  (Whats white will be
  72.              printed black and what's black will be printed white.)
  73.  
  74.  
  75.  Purpose of Program and how to use with 'DIGI PICs' :
  76.  
  77.   I developed this program to print the fantastic Digital Pictures that
  78.   Dion Kraft has digitized.  I have tested it out on numerous 'DIGI PICs'
  79.   and it produces a nice mini poster. To print out all three screen
  80.   images continously load this program first.  Then run the 'DIGI PIC'
  81.   program as usual. Reset your printer by turning it off and on.  Make sure
  82.   you have at least two continuous pages on your printer. Hit Alt-F1 for the
  83.   screen print menu.   Then hit the [F1] key.  After the first page is printed
  84.   hit a key to get the next screen frame. Make sure not to touch anything on
  85.   the printer at this time or the next screen image won't be below the previous
  86.   one!.  Continue the process until you have printed all the screen frames from
  87.   the 'DIGI PIC' program.  You know have a Beautiful Mini Poster of a
  88.   Digitized Picture.
  89.  
  90.                                        Enjoy!
  91.                                        Basi Angulo
  92.