command line \ NET FILE * /close

  • Thread starter Thread starter Mostro
  • Start date Start date
M

Mostro

what if (from the commmand line) I wanted to close all open files (windows
2000 server), I already know I can't use the * to denote all, but is their
some other way to do it?
 
A couple of ways.

From a command prompt;
net sess /d /y
net files

Control Panel|Administrative Tools|Computer Management(local)\System
Tools\Shared Folders\Sessions, Open Files

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| what if (from the commmand line) I wanted to close all open files (windows
| 2000 server), I already know I can't use the * to denote all, but is their
| some other way to do it?
|
|
 
You're welcome.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| THANK YOU!
|
|
| | > what if (from the commmand line) I wanted to close all open files
(windows
| > 2000 server), I already know I can't use the * to denote all, but is
their
| > some other way to do it?
| >
|
|
 
Back
Top