Net.exe

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

Guest

Can anyone tell me what the Net.exe files does which is located in
the system32 directory of Windows 2000 Server?
When my server logs in it flashes this file 10 or 11 timesin what
appears to be a batch file screens. Thanks, Tom
 
Can anyone tell me what the Net.exe files does which is located in
the system32 directory of Windows 2000 Server?
When my server logs in it flashes this file 10 or 11 timesin what
appears to be a batch file screens. Thanks, Tom

net.exe is the CMD.EXE NET command.
See tip 2815 in the 'Tips & Tricks' at http://www.jsiinc.com for help.

It is probably being used to map drives in a logon script:

net use DriveLetter: \\Server\share



Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Go to a command prompt.
type: net /?
Press "enter"

You will see information about the uses of "net.exe" .

If you suspect a batch file, search for: *.bat
containing: net.exe

WC
 
Back
Top