home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / a / addr110.zip / LJENVLOP.BAT < prev    next >
DOS Batch File  |  1992-09-06  |  2KB  |  40 lines

  1. ECHO OFF
  2. REM ---------------------------------------------------------------------------
  3. REM  HP LaserJet II Envelope Printing Set-up for instantADDRESS 1.1
  4. REM
  5. REM  Copyright (C) 1991 KJL Software. All rights reserved.
  6. REM ---------------------------------------------------------------------------
  7.  
  8. REM ---------------------------------------------------------------------------
  9. REM  The following switches do the following:
  10. REM
  11. REM     /M 35    - Left margin is 35
  12. REM     /L 5     - Maxmimum accepted address length is 5
  13. REM     /T 25    - Top margin is 25
  14. REM     /W 39    - Maximum allowed address width is 39
  15. REM     /F       - Send a form-feed when done printing to eject envelope
  16. REM     /E 27 69 - Reset the printer when done
  17. REM ---------------------------------------------------------------------------
  18. instaddr /M 35 /L 5 /T 25 /W 39 /F /E 27 69 0 %1 %2 %3 %4 %5
  19.  
  20. REM ---------------------------------------------------------------------------
  21. REM  Original LaserJet/LaserJet+ Owners
  22. REM
  23. REM  Replace the previous line with this (larger top margin):
  24. REM
  25. REM  instaddr /M 35 /L 5 /T 39 /W 39 /F /E 27 69 0 %1 %2 %3 %4 %5
  26. REM ---------------------------------------------------------------------------
  27.  
  28. REM ---------------------------------------------------------------------------
  29. REM  The following initialization string is sent to the printer before the
  30. REM  address is printed.
  31. REM ---------------------------------------------------------------------------
  32. REM
  33. REM         Reset  Landscape Mode   Roman-8    10-pitch, 12-pt, upright, med-weight Courier    Manual Feed
  34. REM         ┌─┴─┐ ┌──────┴──────┐ ┌────┴────┐ ┌─────────────────────┴──────────────────────┐ ┌──────┴──────┐
  35. instaddr /I 27 69 27 38 108 49 79 27 40 56 85 27 40 115 112 49 48 104 49 50 118 115 98 51 84 27 38 108 50 72 > NUL:
  36.  
  37. ECHO ----------------------------------------------------
  38. ECHO   HP LaserJet envelope mode set, ready for address
  39. ECHO ----------------------------------------------------
  40.