Chat with Comment Prompt
If you want a private chat with a friend or client on you Network, you don't need to download any fancy program! Firstly, open Notepad and enter: Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see: MESSENGER After "User" type the IP address of the computer you want to contact. Message: Now type in the message you wish to send. MESSENGER Now all you need to do is press "Enter", and start chatting!
All you need is your friends IP address and Command Prompt.@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
User:
After this, you should see this:
Before you press "Enter" it should look like this:
User: 56.108.104.107
Message: Hi