How to Create Your own instant chatting messenger 

How to make chat with command prompt (cmd)

Hello, everyone !!! Today I will show you how to make a chat with cmd (command prompt).
First open Notepad and copy and paste the following code. Then save as "Messenger.bat" and close the Notepad
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

How to Connect with other people?

Connect with other people

2011-10-15_193620.png

When you open the file, Messenger, it will open the command prompt and show the following text:
Messenger
User:
Then write the IP of the person you are trying to reach.