home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / PRTENV.ZIP / PRTENV.DOC < prev    next >
Encoding:
Text File  |  1987-10-22  |  1.2 KB  |  36 lines

  1.                      *** PRTENV.EXE ***
  2.  
  3. This program was designed to print standard business size
  4. envelopes on an HP LaserJet Series II on LPT1: using the built in
  5. landscape font.  It was written using Borland's TurboC.  It will
  6. not properly function on a standard LaserJet or LaserJet+ (pre-
  7. Series II).
  8.  
  9. FUNCTIONALITY
  10.  
  11. The program will prompt for a return address, recipient address,
  12. and a comment line.  If you wish to skip any section (i.e. pre-
  13. printed return address), simply skip the lines by pressing the
  14. return key.
  15.  
  16. The return address is read from an ASCII file, ADD.DTA, if
  17. present in your current working directory.  The address can be
  18. edited, once it has been read from the file.  ADD.DTA can be
  19. created and maintained using any ASCII text editor.
  20.  
  21. For those interested: the setup string used is:
  22.  
  23. \33E\33&l1O\33&(s0B\33&l3H\33&l81A
  24.  
  25. where \33 represents Escape (octal 33).
  26.  
  27. If you find the program of use, I would invite your contribution
  28. of $5.  I WILL notify you of major changes or enhancements to the
  29. program.
  30.  
  31. Daniel J. Sullivan
  32. 1147 South Euclid
  33. Oak Park, Illinois  60304
  34.  
  35. I would appreciate any comments on the program, including
  36. suggested enhancements.