home *** CD-ROM | disk | FTP | other *** search
- Prints a text file while you are processing other MS-DOS commands.
-
- PRINT [/d:device] [/b:size] [/u:value1] [/m:value2] [/s:timeslice]
- [/q:qsize] [/t] [pathname] [/c] [/p]
- /d Print device name.
- /b Sets the size in bytes of the internal buffer.
- /u Specifies the time print will wait for a printer.
- /m Specifies the time print can take to print a character.
- /s Specifies the time the scheduler allocates to printing.
- /q Specifies the number of files allowed in the print queue.
- /t Removes all files from the print queue.
- /c Cancel mode, removes the preceding filename and all following
- filenames from the print queue.
- /p Print mode, adds the preceding filename and all following
- filenames to the print queue.
-