how to send a msg in a local network with cmd in windows?
have to type 'Net send' cmd window
i type this but doesn't work :(
or try netsend.exe/ target computer name /text to send
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.
try the other one
or u could replace netsend.exe by msg.exe
i try , the error was same as before
try using the ip instead of the name
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 ]
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. ```
same for windows 8? @Opcode
Join our real-time social learning platform and learn together with your friends!