Wednesday, March 7, 2012

how to chat using command prompat

@echo off
:A
cls
echo MESSENGER
set /p n=user
set /p n=message
net send %n% %m%
pause
goto A


save this file chat.bat 


now chat y lukin this code