Send message to Friends through Command Prompt
Hello friends yoU Can send message With Command Prompt to your friends
1) All you need is your friend's IP Address and your Command Prompt
2) Open Notepad and write this code
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
3) Now save this file as " Messenger.Bat ".
4) Now open the saved file Messenger.Bat
6) Computer will ask for USER : >
7) type the IP Address of the computer you want to contact and press enter
8) Now all you need to do is type your message and press Enter.
Message is Sent
Enjoy
Thanks for reading
Keep sharing
No comments: