- What you need? > you need your friend's IP Address and Command Prompt
- 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
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
- Save this as "Messenger.Bat".
- Open command prompt
- Drag bat file over to Command Prompt and press Enter
- This should came up
Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:
You will see something like this:
Now all you need to do is type your message and press Enter.
Enjoy..!!
No comments:
Post a Comment
If you're having issues, Please leave an email address I can contact you on -
I advise you to also "subscribe to the comment feed" and get email updates when I respond to your question.
Hyperlinks are not allowed, Spam/advertising comments will NEVER BE TOLERATED and will be deleted immediately!
Thanks for reading,
Admin