Pages

Pages

Thursday, May 19, 2011

How to chat in MS-DOS

Chat with Friends through MS-Dos Command Prompt :-

Open Notepad and write 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

Now save this as "Messenger.Bat".

And Double click the .bat file.

Now, type the IP Address of the computer which you want to contact and press enter


Start Chatting.......!



No comments:

Post a Comment

Dear Visitor If you like my post please post your Comments