home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 51 / SHORTIES / PRT.DOC < prev    next >
Encoding:
Text File  |  1990-01-01  |  942 b   |  21 lines

  1.     PRT
  2.     by Peter Warren    
  3.  
  4.     PRT is a simple printer buffer. The command would normally be
  5.     included in the AUTOEXEC.BAT file, but can be used at any time.
  6.     The first time it is used, the buffer is created and made ready for
  7.     use. If PRT is executed at any later time, the buffer is emptied.
  8.     To change the size of the buffer, (maximum=50k bytes), it is
  9.     necessary to re-boot.
  10.              
  11.     EXAMPLES:
  12.              PRT 50          will create a 50k Buffer (first use)
  13.              PRT             will create a 1k Buffer (first use)
  14.              PRT             will empty the buffer (subsequent use)
  15.     
  16.              Any data now sent to the parallel port (LPT1), will go
  17.     very quickly into the buffer, and you can continue work while the
  18.     printer does it job. A 50k buffer will hold 10-20 pages of text,
  19.     but will soon fill up if the dot addressable graphics modes are
  20.     used much!
  21.