Printing prn files on a network printer (tcp port)

S

stefan

I know that for printing to a printer directly connected
to the computer lpt1 port, the command is "copy
filename.prn lpt1/b" but how do I print to a network
printer who has a tcp port address like "IP_10.9.8.7." ?)
 
L

Lem

stefan said:
I know that for printing to a printer directly connected
to the computer lpt1 port, the command is "copy
filename.prn lpt1/b" but how do I print to a network
printer who has a tcp port address like "IP_10.9.8.7." ?)

Take a look at MVP Bruce Sanderson's advice on "Printing from DOS with
Windows 2000 or XP" http://members.shaw.ca/bsanders/printfromdos.htm and
map the networked printer to lpt1
 
A

Alan Morris\(MSFT\)

If the printer network card supports LPD service you can send the file using
lpr.exe

lpr -S 10.9.8.7 -P raw FILENAME.prn
there are a couple other formatting commands available as well

You need to install Print Services for Unix to get the lpr.exe file.

the -P option needs to be an acceptable queue name serviced by LPD on the
printer network card. This info should be in the printer or network
interface manual. Look in the Unix section if it is not in the Windows
section.

http://support.microsoft.com/default.aspx?scid=kb;en-us;324078
HOW TO: Install and Configure Print Services for UNIX

--
Alan Morris
Microsoft Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top