![]() |
![]() My mic to the world... |
The NET CommandNET Command Syntax ChartThe following chart can be used as a quick reference to the options available from the NET command. The NET Command Syntax Chart itself is available on-line using the NET KEY command.
NET SENDThis command is used to send messages from the DOS command line to a single user or all users. Messages sent to a single user are known as private messages. Messages sent to all users are known as public messages.Sending a (private) message to a single machineSyntax: NET SEND \\computername {text message}The following command sends the message "Hello World" to the machine known as \\SERVER1: NET SEND \\SERVER1 Hello World If the machine known as \\SERVER1 has pop-up messages enabled, the above message will pop-up on the screen of \\SERVER1. If pop-up messages are disabled the user must issue the NET RECEIVE command to view the message. Sending a (public) message to all usersSyntax: NET SEND * {text message}The following command sends the message "Hello Everyone" to all users: NET SEND * Hello Everyone The maximum length of the message is 55 text characters. If the message is larger than 55 characters only the first 55 characters are transmitted. The messaging system can be enabled, disabled and configured using the NETSETUP.EXE program. |