Thursday, January 1, 2015

A Simple Trick To Chat With Friends On Command Prompt

Its a good trick to chat with your friend but you just need his IP Address, and you will have fun after doing these simple steps


Trick :

* Open your Command Prompt.

* Open your Notepad & Paste the following script there as it is.

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

* Save this Notepad file as Messenger.Bat.

* Go back to your Command Prompt.

* Now Drag the Notepad file (Messenger.Bat file) over to Command Prompt & press Enter button.

* Now you will see Command Prompt screen like this.


* Now you will need your friends IP Address with whom you want to chat, Type that IP Address & press enter button.


* Now just write down your message & chat with him.





No comments:

Post a Comment