Monday, January 16, 2012

Chat with friends using ms dos command prompt .

Hi..friends..
I have a trick to chat with friends using dos..

First you need is your friend's IP Address and your Command Prompt.

First fo all Copy Below code and paste in Notepad file


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

Now save this file as "Mymessanger.bat".
(File automatic save as batch files)

Then Open this file
Then see something like this



Then Type IP address of your friends computer and you see something like this



Then Type your Message and Start Chatting...

No comments:

Post a Comment