Ever wondered if your could chat with your friends using the command prompt window? Now it is possible to do this. All you need is the other person's IP Address.
1. To know your friend's IP Address, ask your friend to open http://www.whatsmyip.org and tell you the IP Address he sees there.
2. Open Notepad and paste the following code into it as it is:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
3. Choose Save and choose all files from the drop down menu and name the file as "messenger.bat"(without the quotes).
4.Now Open Command Prompt by going to Start Menu --> Run --> Type "cmd"(without quotes) --> Hit Enter
5. Drag the "messenger.bat" file onto the command prompt screen and then hit enter.
6. That's it. Enter your friends IP Address and then press enter. Then enter the message for him.
Please fell free to contact me if this does not work for you. I would be really grateful to help you.
If you like this article then you may also like receiving free daily updates directly in your email (one email per day).
0 comments:
Post a Comment