!--Start of Tawk.to Script-->

Private Chat with CMD

We chat with everyone using some social networking websites like Facebook,Twitter or chat messengers like Yahoo, Gtalk etc. What about chatting via Command Prompt (cmd) .Yes! It is possible to chat via command prompt and we are presenting you with a technique to chat using cmd.




Pre requisite : All you need is your Friend’s IP address and Command Prompt
Follow the steps below to chat with any of your friend:
Step 1: Note your friend’s IP Address
Step 2: Open Command Prompt by Pressing window key + R. Enter cmdin run dialog.
Step 3: 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
Step 4: Now save this as “Messenger.Bat”.
Step 5: Open that file and enter the IP of your friend, hit enter and then enter the message.
Step 6: Press enter and it will send the message to your friend and then keep chatting
That's it. Continue Chatting.....

0 comments: