home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / print / progs / printbuff / !PrintBuff / !Help < prev    next >
Encoding:
Text File  |  1991-04-16  |  1.6 KB  |  78 lines

  1.  
  2.  
  3.     NOTES ON 'PrintBuff' PRINTER BUFFER V. 1.10
  4.     -------------------------------------------
  5.  
  6.  
  7.   This program can greatly reduce the amount of
  8.  
  9. time a printer driver hogs from the computer while
  10.  
  11. printing. It provides an area of memory where the
  12.  
  13. print file information can be stored. This allows 
  14.  
  15. the user to perform other tasks while the printer
  16.  
  17. is still printing. 
  18.  
  19.  
  20.     HOW TO USE
  21.     ----------
  22.  
  23.   To load, double click on the '!PrintBuff' 
  24.  
  25. application. This will load the PrintBuff module.
  26.  
  27.   The PrintBuff icon will install itself on the
  28.  
  29. left hand side of the icon bar. This tells you
  30.  
  31. the printer buffer is installed. A quit function
  32.  
  33. is here to remove the printer buffer. The printer
  34.  
  35. buffer is set to on with 128K when loaded.
  36.                
  37.   You can access the command line by pressing F12
  38.  
  39. to type in these commands.
  40.  
  41.   Commands provided:
  42.  
  43.    *Buffer <ON|OFF> - This turns the printer buffer
  44.  
  45. on or off.
  46.  
  47.    *BufferSize [<size>] - without a parameter this
  48.  
  49. command tells you how many bytes are reserved for
  50.  
  51. the printer buffer. With one parameter, the value is
  52.  
  53. taken as the new buffer size in bytes. The default
  54.  
  55. setting is 131072 bytes space (equal to 128K).
  56.  
  57.  
  58. N.B. PrintBuff only takes values in bytes.
  59.  
  60. To find a KiloByte value in bytes, you need to
  61.  
  62. multiply the KiloByte value by 1024. 
  63.  
  64.  
  65. In tests with this value a sprite file normally 
  66.  
  67. needing 2 mins 20 secs of take over time to be
  68.  
  69. reduced to just 20 secs.
  70.  
  71. A sprite file that normally takes 1 min, was reduced
  72.  
  73. to just 5 secs!
  74.  
  75.  
  76.   N.B. - MAKE SURE YOU HAVE TYPE *BUFFER ON BEFORE
  77.          PRINTING, OTHERWISE THE PRINTER BUFFER
  78.          WILL NOT BE ACTIVE.