Saturday 7 April 2012

Chat With Command Prompt..........>

If you want to chat with your friend using command prompt then you can do this now. when i was watching movie Die Hard which is my favorite movie i saw that a young hacker was chatting with his friend using black terminal and beside him rock and blasting music spreading out. So, I thought to learn that simple trick to fun with. Here are procedures to do this.....>


All you need is your friends IP address and your Command Prompt.

First of all, Open Notepad and enter:

@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 it, you should see command prompt with this,

Messenger
User:


After User type the IP address of a computer you want to contact with.
After this, you should see this:

Message:

Now type in the message you wish to send.
Before you press "Enter" it should look like this,

MESSENGER
User: 55.108.109.2 (This IP address is only for example.)
Message: Hi,how are you?


Now all you need to do is press "Enter", and start chatting.

1 comment: