I do not guarantee this trick will work properly. I just found this trick when I was surf in the internet via google search engine. This trick sound very nice because we can make chat or send a message, without need any chat client or char server service. Yeah, we can make a chat using command prompt or cmd. How to make a chat in cmd mode? Here are the steps that you must do:
First, You have to know the Internet Protocol Address of your friend that you gonna make a chat or send message. Then open you notepad and write a code below or you can just copy paste this code into notepad:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
After that save that file as “Messenger.bat” and then open command promp:
Start >> All Program >> Accessories >> Command Prompt
Or you can use run:
Start >> Run >> type “cmd” without quote >> Press Enter
Then Drag Messenger.bat into chat command windows and press enter. After you press Enter, you would see a message like this:
MESSENGER
User:
After User: type the IP address of your friend computer that you wanna make a chat with him / her. Press Enter to get start to send a message to you friend.
Enjoy Chat using cmd command prompt.