Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mapping LPT ports

Status
Not open for further replies.

lengoo

IS-IT--Management
Jan 15, 2002
381
GH
Hi All,
I need to map a LPT port to a printer using the UNC path \\server\printer on Citrix.. how can I do this?

Thanks
 
It "should" be mapped automatically, try:-

Net Use

and you should see :-

New connections will not be remembered.


Status Local Remote Network

-------------------------------------------------------------------------------
A: \\Client\A$ Client Network
C: \\Client\C$ Client Network
D: \\Client\D$ Client Network
E: \\Client\E$ Client
LPT1 \\Client\LPT1: Client Network
LPT2 \\Client\LPT2: Client Network


If not, try:-

net use lpt1: \\Client\lpt1:

Cheers,
Carl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top