Posts Tagged ‘LAN TOOL’

HOW TO SEND MESSAGES ACROSS LAN

February 6, 2008

While working on a local area network(LAN) we often need to talk to our colleagues on the same network. its easy send messages through internet messaging services lake Gtalk etc. but what if there is no internet connection available,we can’t just walk to that person every few minutes or make phone calls.

well windows NT provides us a simple and effective service to send messages across a network.

what you need to do is open your command prompt and type the command with this syntax:

Net Send <computername> <message>

Demo Screen

Demo Screen

the message will be displayed to the system whose name you specified in the command prompt

clipboard03.jpg
I hope this will help you with your network messaging problems.