Capturing network printer for lpt1

J

Jeff Dodd

I have a customer that use win 2k, but also uses an old
dos program, so to enable them to print to a network
printer I used the "net use lptx:
\\printserver\sharename /persistent:yes" command and it
worked, but on 1 of my workstations i need to remove it so
they can print to their own printer. Does anyone have a
clue on how to remove a lpt1 capture.
 
M

manuel frias

-----Original Message-----
I have a customer that use win 2k, but also uses an old
dos program, so to enable them to print to a network
printer I used the "net use lptx:
\\printserver\sharename /persistent:yes" command and it
worked, but on 1 of my workstations i need to remove it so
they can print to their own printer. Does anyone have a
clue on how to remove a lpt1 capture.
.
in the dos prompt type:\\printserver\sharename
lptx /delete
 
B

Bruce Sanderson

Use the command:

net use lptx /d

(Note that the colon ":" is optional).
 

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