message to other users in your network
-
-
If the computers at school are running Windows 2000 or Windows XP they are probably using the net send command. Example- net send type computer name here "type message here" This will work if the computers are members of the same domain or workgroup. If they aren't you will need to add the domain name or work group name before the computer name. Clear as mud eh?
-
-
Click Start, click Run and follow these instructions.
Net Send Command
How to use net send.exe
Format:
net send.exe /server /text of message
Where:
/server - target computer name
/text of message - text to send
Example : To send a message to computer name webmaster with text: "Hi! How are you?"
Command line reads: net send.exe /webmaster /hi! how are you?