home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / multuser.zip / PMS.INI < prev    next >
INI File  |  1995-05-23  |  1KB  |  21 lines

  1. ;
  2. ; PMS.INI - Set up to drive a printer attached to Terminal 1
  3. ;
  4. ; N.B. Terminal 1 is defined in the TRMMAN.INI
  5. ;
  6. [PRINTER]                         ;Define one printer section per printer
  7.  
  8.   PRINTERNO = 1                   ;Assigns a logical number to the printer
  9.   TERMNO = 1                      ;Names the terminal it is attached to
  10.   SPEED = 100                     ;Specifies the TRUE printer speed in
  11.                                   ;.. in characters per second
  12.   LATENCY = 1                     ;Specifies that data should be sent to the
  13.                                   ;.. printer every 1/10 second
  14.   DRIVER=PMSNULL                  ;Specify the print formatter driver
  15.   FORMFEED=CONDITIONAL            ;Specifies handling of form feed at end of job
  16.                                   ;.. CONDITIONAL adds a FF if one was not
  17.                                   ;..             present in the last 2 bytes of
  18.                                   ;..             the print job
  19.                                   ;.. COMPULSORY  always adds a FF
  20.                                   ;.. NONE        never adds a FF
  21.