CHAT WITH YOUR FRIEND WITH CMD.
- Type the following code exactly in notepad.
- @echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
pause
goto A - Save this file as Messenger.bat.
- Open CMD and DRAG the messenger.bet to it and enjoy chatting with cmd.
No comments:
Post a Comment