Monday, 20 August 2012

How to chat with your friends using command prompt


If you want to chat with your friends, you just have to know one thing, which is your friend's system's IP Address. You just have to follow these steps:-
Step 1) Firstly, open notepad and copy this 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
Step 2) Now save this as "Messenger.Bat".
Step 3) Now open command prompt.  Drag this file (.bat file) over to Command Prompt and press Enter.
Step 4) Now, type the IP Address of the computer you want to contact and press enter.
Now all you need to do is type your message and press Enter.
           Start Chatting.......!

0 comments:

Post a Comment