No Yahoo Messanger or Gtalk: Learn Command Prompt Chatting using IP address

Though most of us always prefer to chat via Yahoo Messenger or Gtalk; but for those who just want to try out something different here is an interesting trick. This trick may also be used to chat if you don’t have these chat services installed on any pc connected with Internet.

The trick is using Command Prompt along with the IP address of your friend.

To perform this tricks first open the note pad and copy the below text in bold and paste in notepad

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

and save it with the name you wish better you would be save it as “Messenger.bat”.

2–> Double click the “Messenger.bat” file that you had created now..

3–> Now command prompt will open automatically, displaying a message

MESSENGER
User:

In the user field which is blank type the IP address of the friend’s with whom you want to chat & Hit ENTER

This will next display

Message:

Now type whatever you want share with your friend…. that’s it Enjoy

One comment

Leave a Reply

Your email address will not be published. Required fields are marked *