how to chat using cmd

how to make a chat using cmd


first of Fall   
Press windowkey+r 
then Type there notepad
and then paste there below code :




@echo off
color a
echo CMd MESSENGER : 
echo ENeter the User Name : 
echo ENeter the Message :
set /p n=user:
set /p n=Message:
net send %n% %m%
Pause

Goto A

and save a  "messenger.bat" and press ok
finally  Done !!!!