I have four computers in lan namely a,b,c and d. How can I send Message to other three computers?
If net send command in DOS MODE allow this at one command plz tell me.
Answers:
yes, you can use net send, but make sure that all the computers have messenger service running, some firewalls also block it.
use:
net send [computername/computer IP] your message
or
net send * your message
to send to all computers.
Other answers:
Are the computers networked? if so, it should be easy
i dont know about in DOS MODE. if you use windows there is a program that you can send messages in a small network area. you can find it easily.
NET SEND
{name | * /domain[:name] | /users} message
the help provided with net send command in dos mode is this. you can get this by typing "net send" in command prompt. i haven't tried it but i think you can find how to send messages after a few tries.
use ip messenger on each computer
http://www.ipmsg.org/index.html.en
first go to control panel->administrative tools->services
then find 'messenger' service and start it.
then click start->run->type net send * your message
that's it