Printing prn files on a network printer (tcp port)

Posted: 10-29-2003, 08:08 PM
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." ?)
Reply With Quote

Responses to "Printing prn files on a network printer (tcp port)"

Lem
Guest
Posts: n/a
 
Re: Printing prn files on a network printer (tcp port)
Posted: 10-29-2003, 08:24 PM
stefan wrote:
> 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

Reply With Quote
Alan Morris\(MSFT\)
Guest
Posts: n/a
 
Re: Printing prn files on a network printer (tcp port)
Posted: 10-29-2003, 08:44 PM
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...b;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.

"Lem" <lemp40@hotmail.com> wrote in message
news:3FA02201.5293D2EF@hotmail.com...
> stefan wrote:
>
> > 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
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing to Network printer Yuriy Shkolnikov [MSFT] Windows Vista Printers & Scanners 1 02-02-2007 01:31 PM
Printing to network printer rwlambas Windows XP Printers / Scanners / Fax 0 10-07-2003 08:08 AM
Printing to Network TCP/IP port Rich Cobuzio Windows XP Printers / Scanners / Fax 1 10-01-2003 02:40 PM
Automatic printing of faxes on network printer Ockie Faber Windows XP Printers / Scanners / Fax 1 08-28-2003 10:37 AM
Printing to a Network Printer in XP Cari \(MS-MVP\) Windows XP Printers / Scanners / Fax 0 08-19-2003 07:04 PM