home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / textinfo / dos_50.arj / PRINT < prev    next >
Encoding:
Text File  |  1990-11-25  |  797 b   |  16 lines

  1. Prints a text file while you are processing other MS-DOS commands.
  2.  
  3. PRINT [/d:device] [/b:size] [/u:value1] [/m:value2] [/s:timeslice]
  4.       [/q:qsize] [/t] [pathname] [/c] [/p]
  5.     /d  Print device name.
  6.     /b  Sets the size in bytes of the internal buffer.
  7.     /u  Specifies the time print will wait for a printer.
  8.     /m  Specifies the time print can take to print a character.
  9.     /s  Specifies the time the scheduler allocates to printing.
  10.     /q  Specifies the number of files allowed in the print queue.
  11.     /t  Removes all files from the print queue.
  12.     /c  Cancel mode, removes the preceding filename and all following
  13.             filenames from the print queue.
  14.     /p  Print mode, adds the preceding filename and all following
  15.             filenames to the print queue.
  16.