Today we are going to discuss how to chat via ip address. Many people wants to chat but they didn't find any way or any other solution to chat with other user on another computer. The way we are going to discuss is simple and easy .
To chat with ip address the things you will need :
To chat with ip address the things you will need :
- INTERNET CONNECTION
- IP ADDRESS SCANNER (you may download here)
- COMMAND PROMPT
- NOTEPAD
- To chat with ip address first you open the notepad.
- Then type the following code in notepad
@echo off
:A
Cls
echo MESSENGER
set /p n=user:
set /p m=message:
net send %n% %m%
pause
goto A
- Now save it as messenger.bat file
- Now open the ip scanner and select the ip address you want to chat.
- Now double click on the messenger.bat file
- Type the ip address and send message
- Enjoy the chatting with another computer.
Post a Comment