home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 15a / eddy.zip / README.DOC < prev    next >
Text File  |  1987-07-11  |  4KB  |  98 lines

  1. 7/11/87
  2.  
  3. Greetings!
  4.  
  5. This is Version 3.0 of TPOP, the printer control program.
  6.  
  7. TPOP has the following capabilities:
  8.  
  9. * Pops up over any application. (Press alt/p) 
  10.  
  11. * Allows you to use your printer as a typewriter.  Just type at the
  12.   initial screen.
  13.  
  14. * Allows you to send control codes to your printer.  From the initial
  15.   screen, just type a backslash (\), followed by the three digit number
  16.   which represents the decimal equivalent of your control code.  \027 =
  17.   ESCAPE, condensed mode on my Okidata ML 92 can be activated by \029.
  18.  
  19.   One thing to keep in mind is that complicated control code sequences
  20.   can be recorded in a keyboard macro utility (I use Superkey) and then
  21.   played back through TPOP.  Just call up TPOP over your application and
  22.   then press the key sequence on which you have recorded the control
  23.   sequence.
  24.  
  25. * Allows you to direct the output from TPOP to any port (parallel or
  26.   serial - LPT1, LPT2, LPT3, COM1, or COM2).  Press ALT/F1, F2, or F3
  27.   for LPT1, LPT2, or LPT3.  Press CTRL/F1 or CTRL/F2 for COM1 or COM2.
  28.   This re-direction applies only to output from the TPOP program.
  29.  
  30. * Allows you to permanently swap the addresses of printer ports (F7).
  31.   This capability is great for those people who have more than one
  32.   printer (like me).  Usually these people have a letter quality and a
  33.   dot matrix printer and would like to swap between them whenever they
  34.   want without having to return to the DOS prompt.  This is a big
  35.   benefit of having resident program like TPOP to do this for you.
  36.  
  37.   The "port swap" screen provides a printer description.  You may want
  38.   to put descriptive gummed labels on your printers (i.e. Parallel 1,
  39.   Serial 1, etc.) to keep track of which port is which after you've
  40.   swapped them a few times.  Or if you want to get fancy, use DEBUG to
  41.   patch TPOP.COM, changing the string "Parallel Port 1" to "Okidate ML
  42.   92" or the name for whatever printer you own. Anyway, it's easy to
  43.   determine which printer is at which address by simply typing a
  44.   carriage return at the initial screen and watching to see which
  45.   printer reacts.
  46.  
  47. * Allows you to edit a screen full of text, then mark off sections of
  48.   the text using the cursor keys and send the marked block to the
  49.   printer (F8).  Note that the left margin for printing is wherever the
  50.   print head of the printer happens to be before printing starts.  This
  51.   allows you to print an address on an envelope by simply positioning
  52.   the print head anywhere on your envelope. This capability is also good
  53.   for printing on label forms.  Just type your text on the screen, then
  54.   mark off six lines, line your label up at the printer head, then print
  55.   (F8).  (Sounds more complicated than it really is.)
  56.  
  57.   Several editing keys are available in this mini-editor:
  58.  
  59.     The cursor keys, the backspace key, HOME, END, DEL, INS,
  60.       and the return key.
  61.  
  62.     CTRL/left and CTRL/right advance to the next word.
  63.  
  64. The resident portion of TPOP takes up 11,185 bytes (10.9 K).  It was
  65. developed with version 4.0 of the Microsoft Macro Assembler and with the
  66. Periscope debugger. (both great products)
  67.  
  68.  
  69. You don't need to read all of this before starting.  Just try TPOP.  I
  70. hope you find it useful.  If you do, send ten dollars to register your
  71. copy.  Then you'll be on my list and I'll notify you when the next
  72. version of this handy utility is available.
  73.  
  74.  
  75. Sincerely, 
  76.  
  77.  
  78.  
  79. Big John
  80.  
  81.  
  82. Big John Software
  83. 70 Key Street
  84. Millis, Massachusetts 02054
  85.  
  86.  
  87. DISCLAIMER
  88.  
  89. Big John Software makes no representations or warranties, either
  90. expressed or implied, with respect to the adequacy of this documentation
  91. or the programs which it describes in regard to merchantibility or
  92. fitness for any particular purpose or with respect to its adequacy to
  93. produce any particular result.  The computer programs and documentation
  94. are sold "as is," and the entire risk as to quality and performance is
  95. with the buyer.  In no event shall Big John Software be liable for
  96. special, direct, indirect or consequential damages resulting from any
  97. defect in the programs, documentation, or software.
  98.