@ 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
: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