C:\WINDOWS>NET HELP CONTINUE
The syntax of this command is:
NET CONTINUE
service
NET CONTINUE reactivates a Windows service that has been
suspended by NET PAUSE.
service Is the paused service.
For example, one of the following:
NET LOGON
NT LM SECURITY SUPPORT PROVIDER
SCHEDULE
SERVER
WORKSTATION
NET HELP command | MORE displays Help one screen at a time.
C:\WINDOWS>NET HELP FILE
The syntax of this command is:
NET FILE
[id
[/CLOSE
]]NET FILE closes a shared file and removes file locks. When used without
options, it lists the open files on a server. The listing includes the
identification number assigned to an open file, the pathname of the file,
the username, and the number of locks on the file.
This command works only on computers running the Server service.
id Is the identification number of the file.
/CLOSE Closes an open file and removes file locks. Type this command
from the server where the file is shared.
NET HELP command | MORE displays Help one screen at a time.
C:\WINDOWS>NET HELP GROUP
The syntax of this command is:
NET GROUP
[groupname
[/COMMENT:"text"
]] [/DOMAIN
] groupname
[/DOMAIN
] groupname username
[...
] [/DOMAIN
]NET GROUP adds, displays, or modifies global groups on servers. Used
without parameters, it displays the groupnames on the server.
groupname Is the name of the group to add, expand, or delete.
Supply only a groupname to view a list of users
in a group.
/COMMENT:"text" Adds a comment for a new or existing group.
The comment can have as many as 48 characters. Enclose
the text in quotation marks.
/DOMAIN Performs the operation on a domain controller
of the current domain. Otherwise, the operation is
performed on the local computer.
username
[ ...
] Lists one or more usernames to add to or remove from
a group. Separate multiple username entries with a space.
/ADD Adds a group, or adds a username to a group.
/DELETE Removes a group, or removes a username from a group.
NET HELP command | MORE displays Help one screen at a time.