Net.exe
Previous page  Next page
net.exe is a command line program that ships with Windows that lets you control services at a command prompt or from within a batch file.
For example:
net pause <service> Pauses the service
net start <service> Displays a list of currently running services or starts a specified service
net stop <service> Stops the specified service.
<service> can be the service's Name or its quoted Display Name. For more information about net.exe type net /help at a command prompt .


NT Wrapper v1.06 - May 13, 2005
Copyright © 2002- 2005 P.Pohman
NT Wrapper Home