Make your own Messenger in Window
This is a simple programming which can be done on notepad. By using this messenger you can chat with your friends by their IP. To do this first open notepad and writes the following code in it.
@echo off
:A
Cls
Echo MESSENGER
Set /p n=USER:
Set /p m=MESSAGE:
Net send %n% %m%
Pause
Goto A
Now save this file with name messenger.bat
When you will open this file you will see
MESSENGER
USER: (here type your friends IP)
MESSAGE: (here type your message and hit enter)
No comments:
Post a Comment