Friday, March 2, 2012

Chat using cmd

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


save this file chat.bat 
nd use it

No comments:

Post a Comment