Thursday 13 November 2014

Chatting with Friends Through Command Prompt

Hi HackVenture Readers!

Today I am telling you a cmd trick
"Chat with Friends Through CMD Prompt".

Here are the steps ....

1) The very first thing you need is your
friend's IP Address.
2) Open Notepad & 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

3) Save this file "Messenger.Bat".
4) Open Command Prompt.
5) Drag this file(.bat file) ovr to CMD Prompt
and press Enter.
6) A window will appear like this.



7) Now, type the IP Address of your friend's computer
you want to contact.
A window will appear like this



8) Start Chatting with your friend type
your message and press Enter....


Enjoy a new way of chatting with the
help of CMD Prompt.

Thank You!
+ Muzammil Khan

No comments:

Post a Comment