I want to chat through IP address, NOT through internet. I do not know how to do it properly. What is the tool to chat through ip address? You can also suggest me the process if there is no tool available.
Thank You
Best tool for chatting through the IP address
You can chat via IP address but first you want to get the static IP address of the computer you want to connect to. Besides, if the computer is on your internal network then it can have a static IP easily. All you need is a notepad and command prompt.
Open notepad
Copy and paste the following lines
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Save this file as messaging.bat and save it on desktop. Now, open CMD from run dialogue box. Now, navigate to the desktop folder. By writing
Cd desktop (enter)
Now write “messenger” without quotes. And you’ll see something like this
User:
In this field type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.
Before you press "Enter" it should look like this:
MESSENGER
User: 6.18.104.107
Message: Hi