Ask your own question, for FREE!
Computer Science 8 Online
OpenStudy (anonymous):

how to send a msg in a local network with cmd in windows?

OpenStudy (anonymous):

have to type 'Net send' cmd window

OpenStudy (anonymous):

i type this but doesn't work :(

OpenStudy (anonymous):

or try netsend.exe/ target computer name /text to send

OpenStudy (anonymous):

i write msg server:lenovo console hi the response was 'msg' is not recognized as an internal or external command, operable program or batch file.

OpenStudy (anonymous):

try the other one

OpenStudy (anonymous):

or u could replace netsend.exe by msg.exe

OpenStudy (anonymous):

i try , the error was same as before

OpenStudy (anonymous):

try using the ip instead of the name

OpenStudy (anonymous):

The syntax of this command is: NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP | HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]

OpenStudy (opcode):

In Windows 7 it is no longer NET SEND command but the MSG command. Example: ``` MSG /SERVER:[COMPUTER_NAME] * "[MESSAGE_HERE]" ``` SYNTAX documentation: ``` Send a message to a user. MSG {username | sessionname | sessionid | @filename | *} [/SERVER:servername] [/TIME:seconds] [/V] [/W] [message] username Identifies the specified username. sessionname The name of the session. sessionid The ID of the session. @filename Identifies a file containing a list of usernames, sessionnames, and sessionids to send the message to. * Send message to all sessions on specified server. /SERVER:servername server to contact (default is current). /TIME:seconds Time delay to wait for receiver to acknowledge msg. /V Display information about actions being performed. /W Wait for response from user, useful with /V. message Message to send. If none specified, prompts for it or reads from stdin. ```

OpenStudy (anonymous):

same for windows 8? @Opcode

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!