home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / print / 4lctrl.zip / README < prev   
Text File  |  1993-07-26  |  4KB  |  152 lines

  1. The following files should be present in this archive:
  2.  
  3.     4L.EXE        HP LaserJet 4L Control Program
  4.     4L.PRN        Typeface/Symbol Set List File
  5.     4L.CFG        Configuration Data File
  6.     PC8-COUR    Command File For PC-8/Courier Font
  7.  
  8.     ECONO.EXE    HP LaserJet 4L EconoMode Program
  9.     ECONO.CFG    Configuration Data File
  10.  
  11.         README        This File
  12.  
  13. 4L.EXE
  14. ======
  15.  
  16. This file is a program to display and optionally set default parameter values
  17. in the HP LaserJet 4L printer.
  18.  
  19.     Usage: 4L [/ILT] [@filename] [parameter=value]
  20.  
  21. If 4L.EXE is executed with no arguments, the current state of all parameters
  22. is displayed.
  23.  
  24. The following options may be specified on the command line:
  25.  
  26.     /I    Initialize Printer Defaults
  27.     /L    Print Typeface/Symbol Set List
  28.     /T    Print Self Test Page
  29.  
  30. Any parameter=value assignments may be specified on the command line or in a
  31. command file (@filename).  Assignments made on the command line must be
  32. separated by spaces, but may not contain any embedded spaces.  Assignments
  33. made in a command file must be one per line.  See PC8-COUR for an example of
  34. a command file.
  35.  
  36. The following printer parameters may be used on the command line or in a
  37. command file (assignments shown are printer defaults):
  38.  
  39.     AUTOCONT=OFF (OFF/ON)
  40.     COPIES=1 (1-999)
  41.     DENSITY=3 (1-5)
  42.     ECONOMODE=OFF (OFF/ON)
  43.     FONTNUMBER=0 (0-25)
  44.     FORMLINES=60 (5-128)
  45.     IMAGEADAPT=AUTO (OFF/AUTO/ON)
  46.     MANUALFEED=OFF (OFF/ON)
  47.     ORIENTATION=PORTRAIT (PORTRAIT/LANDSCAPE)
  48.     PAGEPROTECT=AUTO (OFF/ON/AUTO)
  49.     PAPER=LETTER (LETTER/LEGAL/A4/EXECUTIVE/COM10/MONARCH/DL/C5/B5)
  50.     PITCH=10.0 (0.44-99.99)
  51.     PTSIZE=12.0 (4.0-999.75)
  52.     RET=MEDIUM (OFF/LIGHT/MEDIUM/DARK)
  53.     SYMSET=ROMAN8 (ROMAN8,ISOL1,ISOL2,ISOL5,PC8,PC8DN,PC850,PC852,
  54.                        PC8TK,WINL1,WINL2,WINL5,DESKTOP,PSTEXT,VNINTL,
  55.                        VNUS,MSPUBL,MATH8,PSMATH,VNMATH,PIFONT,LEGAL,ISO4,
  56.                        ISO6,ISO11,ISO15,ISO17,ISO21,ISO60,ISO69,WIN30)
  57.  
  58. Examples:
  59.  
  60.     4L
  61.     {displays the current state of all parameters}
  62.  
  63.     4L COPIES=1
  64.     {sets number of copies to 1}
  65.  
  66.     4L PAPER=LEGAL ORIENTATION=LANDSCAPE FONTNUMBER=7 SYMSET=PC8
  67.     {sets paper size to legal, orientation to landscape,
  68.      typeface to CG Times, and symbol set to PC-8}
  69.  
  70.     4L @PC8-COUR
  71.     {uses the file PC8-COUR to make parameter=value assignments}
  72.  
  73.     4L /I SYMSET=PC8
  74.     {initializes printer to factory defaults,
  75.      then changes symbol set to PC-8}
  76.  
  77.     4L @PC8-COUR COPIES=2
  78.     {uses the file PC8-COUR to make parameter=value assignments,
  79.      and set number of copies to 2}
  80.  
  81.     4L /T
  82.     {prints self test page}
  83.  
  84.     4L /?
  85.     {displays help screen}
  86.  
  87. FONTNUMBER assignments and SYMSET descriptions are available by printing the
  88. Typeface/Symbol Set List (4L /L).
  89.  
  90. If 4L.EXE is renamed, 4L.PRN and 4L.CFG must be renamed also (i.e.
  91. 4LCTRL.EXE, 4LCTRL.PRN, and 4LCTRL.CFG).
  92.  
  93. 4L.CFG
  94. ======
  95.  
  96. This file is required only if your printer is attached to a port other than
  97. LPT1.  If your printer is on port LPT2 or LPT3, 4L.CFG must be present and
  98. edited to reflect the appropriate port.  If 4L.CFG is used, it must contain
  99. one (and only one) of the following lines:
  100.  
  101.     PORT = LPT1
  102.     PORT = LPT2
  103.     PORT = LPT3
  104.  
  105. 4L.PRN
  106. ======
  107.  
  108. This file is printed whenever 4L is invoked with the /L option.  A sample of
  109. each internal font is shown along with its FONTNUMBER.  Also shown is a list
  110. of each internal SYMSET value supported along with its description.
  111.  
  112. ECONO.EXE
  113. =========
  114.  
  115. This file is a program to display and optionally set the default EconoMode
  116. parameter value in the HP LaserJet 4L printer.
  117.  
  118.     Usage: ECONO [OFF | ON]
  119.  
  120. If ECONO.EXE is executed with no argument, the current state of the EconoMode
  121. parameter is displayed.
  122.  
  123. Examples:
  124.  
  125.     ECONO
  126.     {displays the current state of EconoMode}
  127.  
  128.     ECONO ON
  129.     {turns EconoMode on}
  130.  
  131.     ECONO OFF
  132.     {turns EconoMode off}
  133.  
  134. If ECONO.EXE is renamed, ECONO.CFG must be renamed also (i.e. EM.EXE, EM.CFG).
  135.  
  136. ECONO.CFG
  137. =========
  138.  
  139. This file is required only if your printer is attached to a port other than
  140. LPT1.  If your printer is on port LPT2 or LPT3, ECONO.CFG must be present and
  141. edited to reflect the appropriate port.  If ECONO.CFG is used, it must
  142. contain one (and only one) of the following lines:
  143.  
  144.     PORT = LPT1
  145.     PORT = LPT2
  146.     PORT = LPT3
  147.  
  148. ----------
  149.  
  150. AUTHOR: Ronald E. Raikes
  151.    CIS: 73170,134
  152.