Lpr

Applies To: Windows Server 2008, Windows Vista

Sends a file to a computer or printer sharing device running the Line Printer Daemon (LPD) service in preparation for printing.

For examples of how this command can be used, see Examples.

Syntax

Lpr [-S <ServerName>] -P <PrinterName> [-C <BannerContent>] [-J <JobName>] [-o | "-o l"] [-x] [-d] <filename>

Parameters

Parameter Description

-S <ServerName>

Specifies (by name or IP address) the computer or printer sharing device that hosts the LPD print queue with a status that you want to display. Required.

-P <PrinterName>

Specifies (by name) the printer for the print queue with a status that you want to display. Required.

-C <BannerContent>

Specifies the content to print on the banner page of the print job. If you do not include this parameter, the name of the computer from which the print job was sent appears on the banner page.

-J <JobName>

Specifies the print job name that will be printed on the banner page. If you do not include this parameter, the name of the file being printed appears on the banner page.

[-o| "-o l"]

Specifies the type of file that you want to print. The parameter -o specifies that you want to print a text file. The parameter "-o l" specifies that you want to print a binary file (for example, a PostScript file).

-d

Specifies that the data file must be sent before the control file. Use this parameter if your printer requires the data file to be sent first. For more information, see your printer documentation.

-x

Specifies that the Lpr command must be compatible with the Sun Microsystems operating system (referred to as SunOS) for releases up to and including 4.1.4_u1.

<FileName>

Specifies (by name) the file to be printed. Required.

/?

Displays help at the command prompt.

Remarks

  • To find the name of the printer, open the Printers folder.

  • The -S, -P, -C, and -J parameters are case sensitive and must be typed in upper-case letters.

Examples

This example shows how to print the "Document.txt" text file to the LaserPrinter1 printer queue on an LPD host at 10.0.0.45:

Lpr -S 10.0.0.45 -P LaserPrinter1 -o Document.txt

This example shows how to print the "PostScript_file.ps" Adobe PostScript file to the LaserPrinter1 printer queue on an LPD host at 10.0.0.45:

Lpr -S 10.0.0.45 -P LaserPrinter1 "-o l" PostScript_file.ps

Additional references

Command-Line Syntax Key

Print Command Reference