Emulate of LPT on a network-LAN-printer on Windows XP...

S

salvi

Hi

Have a legacy-application, which definitely needs an LPT-printer... in
my environment, I only have a network-LAN-printer available, which is
not recognized. How can I configure / redirect my print jobs "using
LPT1" to my LAN-printer?

Thanks a lot!

Regards, Salvi
 
A

Alan Morris [MSFT]

You would need to redirect the LPTx port to the network device. This is
typically performed with the redirector function net.exe

net use LPT1: \\printserver\printshare

In XP only the admin can perform this when a physical LPT port exists. For
non admin users use LPT2: or LPT3:

--
Alan Morris
Windows 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.
 
S

salvi

Hi Alan

That's great, it works!! Thank you very much!

Cheers, Salvi

Hi Alan

Have a problem with the installation of the LPT1-printer on another PC
(pcB) in the same network. It's only working, if I'm taking the URL (\
\pcA\printshare) of the first PC (pcA) I installed. With the 2nd one (\
\pcB\printshare), I always get issues. For every print, two pending
print jobs appear and none of them is printed... Windows shows errors;
not possible to print...
How can I work around this? How and where do I define the
"printserver"?

Thanks a lot, regards, Stefan
 
K

Klaus Jorgensen

Have a problem with the installation of the LPT1-printer on another PC
(pcB) in the same network. It's only working, if I'm taking the URL (\
\pcA\printshare) of the first PC (pcA) I installed. With the 2nd one (\
\pcB\printshare), I always get issues. For every print, two pending
print jobs appear and none of them is printed... Windows shows errors;
not possible to print...
How can I work around this? How and where do I define the
"printserver"?

If you are using a local network port (e.g. LPR or TCP RAW), it's a lot
easier to use printer pooling instead of printer sharing.
In properties for your network printer, on the Ports-tab, check "Enable
printer pooling" and then check LPT1 in addition to your network port.

/klaus
 

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