C:\WINDOWS>NET HELP SEND
The syntax of this command is:
NET SEND
message
Sends messages to other users, computers, or messaging names
on the network. The Messenger service must be running to receive messages.
You can send a message only to a name that is active on the network.
If the message is sent to a username, that user must be logged on
and running the Messenger service to receive the message.
name Is the username, computername, or messaging name
to send the message to. If the name is a
computername that contains blank characters,
enclose the alias in quotation marks (" ").
* Sends the message to all the names in your group.
/DOMAIN
[:name
] Sends the message to all the names in the
workstation domain. If name is specified, the
message is sent to all the names in the specified
domain or workgroup.
/USERS Sends the message to all users connected to
the server.
message Is text to be sent as a message.
NET HELP command | MORE displays Help one screen at a time.
C:\WINDOWS>NET HELP SESSION
The syntax of this command is:
NET SESSION
[\\computername
] [/DELETE
]NET SESSION lists or disconnects sessions between the computer and other
computers on the network. When used without options, it displays information
about all sessions with the computer of current focus.
This command works only on servers.
\\computername Lists the session information for the named computer.
/DELETE Ends the session between the local computer and
computername, and closes all open files on the computer
for the session. If computername is omitted,
all sessions are ended.
NET HELP command | MORE displays Help one screen at a time.
C:\WINDOWS>NET HELP SHARE
The syntax of this command is:
NET SHARE
sharename
sharename=drive:path
[/USERS:number | /UNLIMITED
] [/REMARK:"text"
] [/CACHE:Manual | Documents| Programs | None
] sharename
[/USERS:number | /UNLIMITED
] [/REMARK:"text"
] [/CACHE:Manual | Documents | Programs | None
] /DELETE
NET SHARE makes a server's resources available to network users. When
used without options, it lists information about all resources being
shared on the computer. For each resource, Windows reports the
devicename(s) or pathname(s) and a descriptive comment associated with it.
sharename Is the network name of the shared resource. Type
NET SHARE with a sharename only to display information
about that share.
drive:path Specifies the absolute path of the directory to
be shared.
/USERS:number Sets the maximum number of users who can
simultaneously access the shared resource.
/UNLIMITED Specifies an unlimited number of users can
simultaneously access the shared resource
/REMARK:"text" Adds a descriptive comment about the resource.
Enclose the text in quotation marks.
devicename Is one or more printers (LPT1: through LPT9:)
shared by sharename.
/DELETE Stops sharing the resource.
/CACHE:Manual Enables manual client caching of programs and documents
from this share
/CACHE:Documents Enables automatic caching of documents from this share
/CACHE:Programs Enables automatic caching of documents and programs
from this share
/CACHE:None Disables caching from this share
NET HELP command | MORE displays Help one screen at a time.