Updated: January 21, 2005
Syntax
Parameters
Remarks
- A file can print in the background if you send it to a printer connected to a serial or parallel port on the local computer.
- Many programs have their own print commands. You should use the print command for a program to print files that you create with that program.
- You can perform many configuration tasks from the command line by using the mode command. For more information about configuring a printer connected to a parallel port, configuring a printer connected to a serial port, displaying the status of a printer, or preparing a printer for code page switching, see mode in Related Topics.
Examples
print /d:LPT2 report.txt
To send the file Report.txt in the c:\Accounting directory to the Printer1 print queue on the \\CopyRoom server, type:
print /d:\\copyroom\printer1 c:\accounting\report.txt
Formatting legend
Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |