This is one of the simple and commonly used techniques used in olden days for chatting within a specific area for free. No internet connection is needed for this.
Step 1:- All you need is your friends IP address and your Command Prompt.
Step 2:- Open your notepad and write tis code as it is.
@echo off:
A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A3.
Step 3:- Now save this as "Messenger. Bat”.
Step 4:- Drag this file (.bat file) over to Command Prompt and press enter!
Step 5:- You would then see something like this:
MESSENGER
User:
Step 6:- After "User” type the IP address of the computer you want to contact.
Step 7:- Before you press "Enter” it should look like this,
MESSENGER
User: IP_Address User: IP_Address
Message: Hi, How are you? Message: Hi, How are you?
Step 8:- Now all you need to do is press "Enter”, and start chatting.
“This Trick Works In the LAN connection only. And may not support some latest operating Systems like Windows 7 and Windows Vista.”
Step 1:- All you need is your friends IP address and your Command Prompt.
Step 2:- Open your notepad and write tis code as it is.
@echo off:
A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A3.
Step 3:- Now save this as "Messenger. Bat”.
Step 4:- Drag this file (.bat file) over to Command Prompt and press enter!
Step 5:- You would then see something like this:
MESSENGER
User:
Step 6:- After "User” type the IP address of the computer you want to contact.
Step 7:- Before you press "Enter” it should look like this,
MESSENGER
User: IP_Address User: IP_Address
Message: Hi, How are you? Message: Hi, How are you?
Step 8:- Now all you need to do is press "Enter”, and start chatting.
“This Trick Works In the LAN connection only. And may not support some latest operating Systems like Windows 7 and Windows Vista.”
0 comments