net use lpt1 problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I set up a lpatop to print from a dos application using net use lpt1. It
worked great. I moved the laptop to another office and tried to set up a new
net use command. I get an error saying that the resource is connected to the
old server which is no longer in use. When I use the stop switch then it
says the resources(server) cannot be found. How do I get rid of the old
command so that the new command will work. Thanks
 
morriss1 said:
I set up a lpatop to print from a dos application using net use lpt1.
It worked great. I moved the laptop to another office and tried to
set up a new net use command. I get an error saying that the
resource is connected to the old server which is no longer in use.
When I use the stop switch then it says the resources(server) cannot
be found. How do I get rid of the old command so that the new
command will work. Thanks

Try this

NET USE * /DELETE
 
Back
Top