The syntax of this command is:

NET START [service [options]]

This command starts a service, or displays a list of started
services.

COMMENTS

Use the "net start" command to start various server services.
Some services must be started before others.  When you type
a command that requires a service that has not been started,
the server offers to start the required service.

You can start services automatically by including commands
in either batch files or UNIX shell scripts.  You can also
modify the srvservices ([server] section) keyword in the
"lanman.ini" file to automatically start services other than
the Server service.  The srvservices keyword specifies which
services to start when the Server service is started.  The
Alerter, Netlogon, Netrun, Remoteboot, Replicator,
Timesource, UPS and WINS services are possible values.  Names of
services cannot be abbreviated when listed in the
srvservices keyword.

When a service starts, the server reads values from the 
Registry and the "lanman.ini" file and uses them to configure 
the service.

EXAMPLES

At a UNIX system console, to list the services that are
currently running, type the following:

    net start

To run the same command remotely (on server "market_asu"), type
the following (replacing "password" with the password for
"administrator":

    net admin \\market_asu password /command net start

SEE ALSO

       For information about                  See
       _____________________                  _________
       Getting help with network commands     net help

       Stopping services                      net stop

To get Help on command options, type "net help {command} /options | more".
To get Help one screen at a time, type "net help {command} | more".