home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 177 / MODHELP1.ZIP / PRINSYS.PLH < prev    next >
Text File  |  1990-09-07  |  2KB  |  48 lines

  1. .TP Printer.sys
  2. .DES A device driver for code page switching on printers
  3. Your computer has hardware code page switching as well as software
  4. code page switching for printers.  If you are a U.S. user, the code
  5. page has already been prepared by AT&T.
  6.  
  7. However, if you want to use your AT&T computer with printers that
  8. support code page switching from the parallel port, this is possible
  9. only with specific printers.  Use LPT1, LPT2, and LPT3 ports, (PRN is
  10. a substitute for LPT1).
  11.  
  12. Install your printer.sys driver in the CONFIG.SYS file:
  13.  
  14.    Device=[d:][path]PRINTER.SYS LPT#[:]=(type[,[hwcp][,n]])
  15.  
  16. OR
  17.  
  18.    Device=[d:][path]PRINTER.SYS LPT#[:]=(type[,[hwcp1,hwcp2,...)][,n]])
  19. .PG
  20. [d:] specifies the disk drive on which the driver is found.
  21.  
  22. [path] specifies the directory where the driver is located.
  23.  
  24. LPT# specifies the printer device, which can be entered up to three
  25.      times for printers LPT1, LPT2, and LPT3.  PRN is a substitute
  26.      for LPT1.
  27.  
  28. (type) specifies one of the following type printers: a Proprinter II
  29.      4201 equivalent, or a Quietwriter III 5202 equivalent.
  30.  
  31. [hwcp] specifies the code page supported directly by the hardware.
  32.      The possible [hwcp] values are 437 (U.S.), 850 (Multilingual),
  33.      860 (Portugal), 863 (French-Canadian), and 865 (Norway).
  34. .PG
  35. (n) specifies the number of additional code pages that can be supported.
  36.      This value refers to an allowable range of additional code pages
  37.      between 0 and 12.
  38.  
  39. EXAMPLE:
  40.  
  41. If you want to specify that code page switching support for the PRN:
  42. device displaying in Enhanced Graphics with the 437 code page built
  43. in, enter the following:
  44.  
  45.     Device = PRINTER.SYS PRN:=(4201,437,1)LPT2=(5202,437,0)
  46.  
  47.  
  48. Also See:  Config.sys, Drivers, MODE