<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 21-Mar-18 07:02, Jordi Guillaumes
      Pons wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:D7277527-0851-42A5-9257-726C674A6658@jordi.guillaumes.name">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      Some years ago I wrote a note to myself:
      <div class=""><br class="">
      </div>
      <div class="">- Enable printing:</div>
      <div class=""><br class="">
      </div>
      <div class="">1) Create file SYS:LPFORMS:INI with the following
        content:</div>
      <div class=""><br class="">
      </div>
      <div class="">
        <div style="margin: 0px; font-stretch: normal; line-height:
          normal; font-family: "Andale Mono"; color: rgb(40,
          254, 20); background-color: rgba(0, 0, 0, 0.901961);" class=""><span
            style="font-variant-ligatures: no-common-ligatures" class="">NORMAL:ALL/BANNER:01/HEADER:01/LINES:66/WIDTH:132/TRAILER:01</span></div>
      </div>
      <div class=""><br class="">
      </div>
      <div class="">2) In OPR: SHUTDOWN PRINTER 0</div>
      <div class="">3) In OPR: START PRINTER 0/<a class="moz-txt-link-freetext" href="DEVICE:LPT0">DEVICE:LPT0</a></div>
      <div class=""><br class="">
      </div>
      <div class=""><br class="">
      </div>
      <div class="">I don’t remember what problem I was trying to solve,
        but right now this file exists and printing works. Hope it can
        help you.</div>
      <div class=""><br class="">
      </div>
      <div class=""><br class="">
        <div class="">
          <div dir="auto" style="word-wrap: break-word;
            -webkit-nbsp-mode: space; line-break: after-white-space;"
            class="">
            <div style="color: rgb(0, 0, 0); font-family: Helvetica;
              font-size: 12px; font-style: normal; font-variant-caps:
              normal; font-weight: normal; letter-spacing: normal;
              text-align: start; text-indent: 0px; text-transform: none;
              white-space: normal; word-spacing: 0px;
              -webkit-text-stroke-width: 0px;">Jordi Guillaumes i Pons<br
                class="">
              <a href="mailto:jg@jordi.guillaumes.name" class=""
                moz-do-not-send="true">jg@jordi.guillaumes.name</a><br
                class="">
              HECnet: BITXOW::JGUILLAUMES<br class="">
              <br class="">
              <br class="">
            </div>
          </div>
        </div>
        <div><br class="">
        </div>
      </div>
    </blockquote>
    LPFORM.INI tells LPTSPL how to process forms (the paper stock on
    which a job is printed).<br>
    The default form is "Normal".  Form names with the same 4 initial
    characters use the same stock; no operator intervention is required
    to change among them. (This is used to allow specifying soft
    parameters, such as the number of banner pages, per job.)  If a job
    requires different stock, the operator is notified.<br>
    <br>
    The :ALL is a locator; it specifies which printer(s) the line refers
    to.  E.g. LPTnnn, or the reserved words 'LOC' or 'REM'.  The
    switches define the job format - BANNER is # of job header pages;
    HEADER is number of header pages written before each file.  TRAILER
    is the job trailer.  The rest in your example are self-explanatory. 
    There are more options; see the operator's guide and operator's
    command language reference. for more detail.<br>
    <br>
    I don't believe that LPFORM .INI is required, but it's a good idea
    to have one.  Mine contains:<br>
    <br>
    NORMAL/BANNER:1/HEADER:1/TRAILER:1/RAM:LP96/VFU:NORMAL<br>
    NARROW/BANNER:1/HEADER:1/TRAILER:1/WIDTH:80/RAM:LP96/VFU:NORMAL<br>
    LABELS/BANNER:1/HEADER:1/TRAILER:1/WIDTH:100/RAM:LP64/VFU:LABELS<br>
    66LINE/BANNER:1/HEADER:1/TRAILER:1/RAM:LP96/VFU:66LINE<br>
    <br>
    With respect to the START command, /DEVICE is not required when
    writing to the default printer.  It's used when you have multiple
    printers or want to redirect printer output to some other device -
    usually a magtape -- e.g. when producing microform.<br>
    <br>
    With remote (ANF-10) printers, it's qualified by /node<br>
    <br>
    SYS:SYSTEM.CMD usually starts the printer; mine contains these lines
    related to the printer:<br>
    set printer 0 page-limit 2000<br>
    start printer 0<br>
    <br>
    The OP's issue is likely that the printer isn't ENABLEd in SimH.<br>
    <br>
  </body>
</html>