Requirments:
1) Open Notepad and insert following code on it.
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
2) Save it as Bat file with any name in my case I using "messenger.bat"
3) Open file or open it on command prompt. It asking for the user Just give IP address of you friend and second entire Message what you want to send.
4) Enjoy :)
- You Know your Friend IP Address
- And following BAT file as follows
1) Open Notepad and insert following code on it.
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
2) Save it as Bat file with any name in my case I using "messenger.bat"
3) Open file or open it on command prompt. It asking for the user Just give IP address of you friend and second entire Message what you want to send.
4) Enjoy :)