Thursday, 5 May 2011

Chat With Friends Through MS Dos Command Prompt

Primary Requirement is that you must be aware of your friend's IP Address and he/she must be online.

Two do chatting:

Step 1: Open Notepad and write this code as it is.....!

     @echo off
     :LOOP
     cls
     echo MESSENGER
     set /p n=User:
     set /p m=Message:
     net send %n% %m%
     Pause
     GotoLOOP

Step 2:  Now save the file as "Messenger.Bat".

step 3:
Double-Click the file to run.

             Now  You would then see something like this:




Step 4: 
Now, type the IP Address of the computer you want to contact and press enter key.


You will see something like this:



 
 
Step 5:  Now  type your message and press Enter.

That's You can Start Chatting through your command prompt.



0 comments: