Sunday 8 March 2015

How to chat through command prompt


It is very easy to chat through command prompt now
1) you just need the IP Address of your friend whom you want to chat  and your Command Prompt.

2)Firstly you just  Open Notepad and write this code as it

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
(copy the above code and paste it in notepad)
3) Now save this as "Messenger.Bat".








4)Now  Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt after dragging it appears as shown in the below .Now press enter


6) You would then see like this

7) Now, type the IP Address of the computer you want to contact and press enter
You will see like this

8 )Now your command prompt is ready to chat with your friend ,type your message and press Enter.
Start Chatting.......!
LETS ENJOY THE CHAT.

0 comments:

Post a Comment