The syntax of this command is:

NET CONTINUE {service | PRINT[=printname]}

This command reactivates suspended services when typed at a
server, and reactivates paused shared printers when typed at
a client.

COMMENTS

The "net continue" command can be abbreviated as "net cont".

This command reinstates services or printers that were
paused using the "net pause" command.

When you continue a service or shared printer, you
reactivate it without canceling users' connections.

EXAMPLES

At a UNIX system, to pause the printer named hplaser, type
the following:

    net pause print=hplaser

To continue the hplaser printer services, type the
following:

    net continue print=hplaser

At a UNIX system, to pause the Server service (thus
preventing users from making new connections to the server's
shared resources), type the following:

    net pause server

To continue Server service (thus allowing users to make new
connections to the server's shared resources), type the
following:

    net continue server

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 continue server

SEE ALSO

       For information about                  See
       _____________________                  _________
       Getting help with network commands     net help
       Pausing services and shared printers   net pause

       Continuing (releasing) printer queues  net print

       Sharing resources on the local area    net share
       network

       Stopping services                      net stop

       Starting services                      net start

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".