Saturday 7 January 2012

HOW TO CHAT BETWEEN TWO COMPUTERS in command prompt

Chatting in facebook has became so common so i thought why dont chat between computer in command prompt

step 1- Open notepad
step2-  copy this code
                      @echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

step3- now save it as messenger.bat

step4- now it will be saved in your desktop or any other place where you want.now double be click on the program which you made







step5-now at user put  the ip addres of the person whom you want to chat



step6-now press enter and a option will come as message now type the message you want to type

now its done.......... :)