home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / printer / lp_oki.arc / LP14.DOC < prev   
Text File  |  1985-08-16  |  1KB  |  46 lines

  1.  
  2. LP Command
  3. ________________
  4.  
  5. Purpose:  To print an  ASCII  file on a standard printer device
  6.       at either 66 or 88 lines per page. A title is printed
  7.       at the top of each page which contains the file name,
  8.       creation date, and page number.
  9.  
  10. Syntax:      LP  [d][path]filename[.ext]    [/6][/8]
  11.                     [/L1][/L2]
  12.                     [/10][/12][/17]
  13.  
  14. Remarks:  The default is 88 lines per page. For    66 lines per
  15.       page,    specify    the /6 option.
  16.  
  17.       The default printer is LPT1. For LPT2, specify /L2.
  18.  
  19.       The default is 12 CPI. For 10, specify /10; for 17,
  20.       specify /17.
  21.  
  22.       If the input filename    is omitted, you    are asked for it.
  23.  
  24.       Each page is numbered    and contains a title consisting
  25.       of the file name and creation    date.
  26.  
  27.       Control characters sent to the OKI printer include
  28.       TAB settings.    The control codes can be changed for
  29.       use with other printers.
  30.  
  31.       If a print spooler is    used, DO NOT use LP while using
  32.       the DOS PRINT    command.
  33.  
  34. Notes:
  35.       Written by Vernon Buerg for the IBM PC using DOS 2.0
  36.       or later. For    public domain use. Not for sale or hire.
  37.  
  38.       Version 1.1, April 27, 1984.
  39.       Version 1.2, Sept 12, 1984.
  40.           Version 1.4, Aug 14, 1985.
  41.               Because some print spoolers do not handle Int 17h
  42.               this version uses function 21 to write to the printer.
  43.               It is slower than 1.2.
  44.  
  45. ________________                            |
  46.