Wednesday, 14 December 2011

Chat with people on your n/w using command prompt

Aren't you lazy enough to go to the next room and say something to your friend or to scream out louder to say!! Better create a chatter that can be used to communicate with each other on same n/w. Pretty easy for bachelors who stay in same home, use a wi-fi connection and can be most useful when you are drunk! Don't think much. It's damn easy.

All you need is dos prompt and your friend's ip address. Open a notepad and copy the following code as it is...


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

Now save this as "Messenger.Bat" and then open the command prompt.Drag this bat file over your command prompt and simply press enter. You would see something like this:



   





Next type the ip address of the one to whom you need to connect and enter. Make sure you see something like this:



 



Now you just need to start entering your texts and enjoy chatting.!







I know this is crap when you have FB, gmail, AOL, and all stuff, but you would be proud of yourself to use your own chatter!!!!


No comments:

Post a Comment