Ending the "net use" command

  • Thread starter Thread starter Ron
  • Start date Start date
R

Ron

I connected a printer to my pc, and captured it for a Dos
program, what command do I use to end the "net use"
capture?
 
-----Original Message-----
I connected a printer to my pc, and captured it for a Dos
program, what command do I use to end the "net use"
capture?
.

to capture you should use :

net use lpt1: \\servername\printername

to delete :
net use lpt1: /delete

best regards

Oren Nizri
Please visit me at my site : http://scripts.mutsonline.com
 
Back
Top