home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / HPENVELP.ZIP / HPENV.DOC < prev    next >
Encoding:
Text File  |  1987-12-20  |  3.0 KB  |  98 lines

  1.        HP LASERJET MANUAL ENVELOPE PRINTING UTILITY V1.0
  2.                       20 December 1987
  3.  
  4.  
  5. File Name:     HPENV.EXE
  6.  
  7. Functions:     Prints Monarch and Business (Com 10) size
  8.                envelopes using manual feed capability of HP
  9.                LaserJet Series II.  Return address is optional.
  10.  
  11. Envelope      HPENV.EXE will print the following envelope sizes:
  12.     Sizes:
  13.                       MONARCH  3-7/8" x 7-1/2"
  14.                                       or
  15.                                3-5/8" x 6-3/4" *
  16.  
  17.                       BUSINESS  4-1/8" x 9-1/2"
  18.                       (COM 10)
  19.  
  20.                    * These are the cheap envelopes like you
  21.                      usually find at the drug store or variety
  22.                      store.
  23.  
  24. Instructions:  Before using HPENV.EXE, create an ASCII text file
  25. for your return address.  The file must be named RETURN.ADR and
  26. must be located in the same directory as HPENV.EXE.
  27.  
  28. RETURN.ADR must contain 3 lines terminated by a carriate return
  29. <RETURN>, even if one or more of them has no other characters. 
  30. For a two line return address, create RETURN.ADR with the
  31. following:
  32.  
  33.      address<RETURN>
  34.      city, state zip<RETURN>
  35.      <RETURN>
  36.  
  37. Usually, you will want to include your name as well, so use all
  38. three lines, such as:
  39.  
  40.      name<RETURN>
  41.      address<RETURN>
  42.      city, state zip<RETURN>
  43.  
  44. A quick way to create RETURN.ADR is by using the DOS Copy
  45. command.  The following will work just fine:
  46.  
  47. At the DOS prompt enter:
  48.  
  49.      copy con: return.adr<RETURN>
  50.      name<RETURN>
  51.      address<RETURN>
  52.      city, state zip<RETURN>
  53.      ^Z
  54.  
  55. You can also use your favorite word processor/editor.  Just be 
  56. sure that RETURN.ADR contains only ASCII characters (no control
  57. characters or word processor formatting strings).
  58.  
  59. To use HPENV.EXE, simply enter HPENV at the DOS prompt.  You will
  60. first select an envelope size.  You will then be asked if you
  61. want a return address printed on the envelope.  
  62.  
  63. Next, you are given the opportunity to enter up to five (5) lines
  64. of as many as 35 characters each, for the address.  The
  65. backspace, <RETURN>, and up/down arrow keys are the only active
  66. cursor movement keys.  If you make a typographical error, use the
  67. up/down arrow keys to get to the line you want to correct, then
  68. backspace to the error and re-enter the remainder of the line.
  69.  
  70. Once you have entered the address, press the ESC key and you are 
  71. asked to adjust the envelope guides and place the envelope into
  72. the printer.  The envelope should be inserted address side up 
  73. (flap side down) with the return address corner pointing away
  74. from the printer.  Once the envelope is inserted, press any key
  75. and your envelope will be printed.
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.                Copyright (c) 1987 by John C. Tarvin
  86.                       All Rights Reserved
  87.  
  88. The program HPENV.EXE and this documentation are freeware and 
  89. may be freely copied and distributed.  The program and 
  90. documentation may not be modified.
  91.  
  92.  
  93.  
  94.                        John C. Tarvin
  95.                    14480 Shadowlane Court
  96.                Morgan Hill, California 95037
  97.                       (408) 683-0287
  98.