home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / TM12_TIP.ZIP / 513.TXT < prev    next >
Text File  |  1991-12-18  |  2KB  |  45 lines

  1. Q: How do I print envelopes from the envelope tray on my HPIII?
  2.  
  3. A: This works on a HPIII but will not work on a HPII:
  4.  
  5.    Press "W" for word processor
  6.    Press "E" for existing file
  7.    Type E (enter) [name of file]
  8.    Enter these codes on the very first line of the file:
  9.                      *      *
  10.       \/[&CHR(027)+'&l6h81a1O']
  11.       [Note that you MUST render these characters EXACTLY! Preserve upper
  12.       and lowercase. Under the 1st asterisk is a lowercase L (not a number
  13.       1) and under the 2nd asterisk is an uppercase O (not a zero)]
  14.  
  15.    Now at the bottom of the document, you will see the expression:
  16.  
  17.       \/[EJECT]
  18.  
  19.    Remove the \/[EJECT] statement and replace it with this:
  20.  
  21.       \/[&CHR(027)+'E']
  22.  
  23.    When the default settings are restored, an EJECT is automatically
  24.    issued so there is now no need for the old EJECT statement.
  25.  
  26.    For the curious in the bunch, the code breakdowns are as follows:
  27.       l81a = commercial size 10 envelope
  28.       6H   = pull from envelope tray
  29.       1O   = set landscape mode
  30.       E    = restore default settings (this way it is easy to print a
  31.              formletter and an envelope each from their own tray and be
  32.              all set to print another pair.)
  33.     
  34.    For alternate tray configurations, you may substitute the 6H with:
  35.       1H   = upper tray
  36.       2H   = manual feed
  37.       3H   = manual envelope feed
  38.       4H   = lower tray
  39.      
  40.  
  41. END of 513
  42. NEW 12-10-90 DRM
  43. REV 05-08-91 FXG
  44. indexed: laser printer, envelopes, HPENV
  45.