Friday, October 14, 2011

Chat With Command Prompt


Today I am going to guide you on how to chat with command prompt. Actually, for this trick all you need to have is your friends IP Address. 


So, here we go:

  • Open a notepad and copy this code.
  1. @echo off
  2. :A
  3. Cls
  4. echo Chat With Command Prompt
  5. set /p n=User:
  6. set /m m=Message:
  7. net send %n% %m%
  8. Pause
  9. Goto A
  • Now  Save this files as “Cmd_Chat.bat”
  • Open Command Prompt by typing cmd in Run.
  • Now simply drag this “Cmd_Chat.bat” over command Prompt and hit enter.
  • Now  you will see something like in the image below. In the User field enter your friends IP Address and hit enter.

chat with command prompt


  • Now the cursor will start blinking in front of the “Message:” as in the image. Now simply type the message you want to send to your friend. Hit enter and you are done.

chatting with command prompt

  • Start and Enjoy Chatting!! 

chat on command prompt

So, this was how to chat with command Prompt if you face any problems please mention in the comments section below.

    No comments:

    Post a Comment