Capture network printer

G

Graham

In 98 you could "capture" a local LPT port and map it to a network
printer. Can this be done in XP? I can't figure it out.
 
D

Davide Guolo

Dear Mr. Graham,
In 98 you could "capture" a local LPT port and map it to a network
printer. Can this be done in XP? I can't figure it out.

You have to open a Command Prompt and type:

NET USE LPT1: \\server\printer

adding /p at the end, the redirection will be permanent.

NET USE LPT1: /d
will disable the redirection.

Kind regards,
Davide Guolo
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.guolo.com/printfil
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.guolo.com/odbc4all
--------------------------------------------------------------
 
G

Graham

Davide

How do I determine the name of my server and printer? The computer name
is irwin within workgroup mshome. In printer properties the printer is
"attached" to port HPLaserJet1022n (HP Standard TCP/IP Port).

net use lpt2: \\mshome\hplaserjet1022n
and
net use lpt2: \\mshome\irwin\hplaserjet1022n

both give:

System error 66 has occurred.

The network resource type is not correct.

Thanks
Graham
 

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