home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / print / options.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.9 KB  |  31 lines

  1.     PRINT [/D:device] [/B:buffer_size] [/M:max_ticks] [/Q:nnn] [/S:time_slice]
  2.                                 [/U:busy_ticks]
  3.  
  4. The advanced options for PRINT are as follows.
  5.  
  6. /B:buffer_size specifies the number of characters in the internal buffer used 
  7.     by the PRINT command. Minimum of 512, maximum of 16384, default is 512. 
  8.     Sometimes PRINT will work better if a number greater than 512 is used.
  9.     In any case it should be a multiple of 512. The /B value does not limit
  10.     the size of files that can be printed, but it does affect how rapidly 
  11.     they will be printed, on some printers. In most cases, values greater
  12.     than 8192 will not increase the speed at which files get printed.
  13.  
  14. /M:max_ticks specifies how many clock ticks (each clock tick is 1/18 of a 
  15.     second, or 55 milliseconds) PRINT can take before returning control to 
  16.     whatever else the computer is doing. Minimum of 1, maximum of 255, 
  17.     default is 2. This number should be fairly small.
  18.  
  19. /S:time_slice specifies how frequently PRINT will check to see if anything 
  20.     is waiting to be printed, or if the printer can accept more output. 
  21.     Minimum of 1, maximum of 255, default is 8. The larger the value, the 
  22.     longer between PRINT checks and the slower the printer will run (but the 
  23.     more time there will be available for the computer to do other things). 
  24.  
  25. /U:busy_ticks specifies how many clock ticks PRINT will wait if the printer
  26.     is busy or the next file to be printed cannot be read from disk just now,
  27.     before returning control to whatever else the computer is doing, without 
  28.     sending anything to the printer. Minimum of 1, maximum of 255, default is 
  29.     1. If this number is too large, and the printer or disk is busy very 
  30.     often, the computer may seem to "hang" while PRINT is waiting. 
  31.