Do you want to chat with a friend without gtalk or msn?Its possible by using your command prompt in your pc without going for gtalk , msn or any. For this you should know your frnd's IP address.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat".
Open the .bat file and you will see in CommandPrompt as:
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
Now your frnd get connected with you , so type the message and press enter.
Now you can chat with your frnd with command prompt itself.
Is this useful to you? share you comments here...!!
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat".
Open the .bat file and you will see in CommandPrompt as:
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
Now your frnd get connected with you , so type the message and press enter.
Now you can chat with your frnd with command prompt itself.
Is this useful to you? share you comments here...!!
{ 0 comments... read them below or add one }
Post a Comment
Share your views