Chat Using Command Prompt
To Chat Using Command Prompt Perform the following Steps
Step1-You would require the IP Address of the person you wish to chat.
Step2-Open Your Notepad and type the following code.
@echo off:
A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A3.
A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A3.
Step3-Now save this code as “Messenger.Bat”.
Step4 –Drag this file(Messenger.Bat file) over the command prompt and press Enter.
Step5-You would then see something like this:
MESSENGER
User:
User:
Step6:Next to user type the IP Address of the computer you wish to contact.
Step7-Now all you need to do is press “Enter” and start chatting.