D djdrastic Senior member Dec 4, 2002 441 0 0 Apr 30, 2003 #1 How can I stop a network map via cmd line ?
M Mitzi Diamond Member Aug 22, 2001 3,775 1 76 Apr 30, 2003 #2 net use drive /delete Where drive is the drive you wish to disconnect.
M MetroRider Senior member Jun 11, 2001 433 0 0 May 7, 2003 #3 or, one other way of doing it.... let's say you want to remove your S:\ type: net use S: /d good luck!
or, one other way of doing it.... let's say you want to remove your S:\ type: net use S: /d good luck!
M MetroRider Senior member Jun 11, 2001 433 0 0 May 8, 2003 #5 Originally posted by: Nothinman net use * /d Click to expand... however, if he uses that command, that will disconnect ALL of his network drives, as i am sure you very well know
Originally posted by: Nothinman net use * /d Click to expand... however, if he uses that command, that will disconnect ALL of his network drives, as i am sure you very well know
Nothinman Elite Member Sep 14, 2001 30,672 0 0 May 8, 2003 #6 What better way to learn than by doing =)