How to Make Chat With Command Prompt (cmd)
by bakermiro in Circuits > Microsoft
387674 Views, 42 Favorites, 0 Comments
How to Make Chat With Command Prompt (cmd)
Hello everyone !!! Today I will show you how to make chat with cmd (command prompt).
First open Notepad and copy and paste the following code. Then save as "Messenger.bat" and close the Notepad
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Connect With Other People
When you open the file, Messenger, it will open the command prompt and show the following text:
Messenger
User:
Then write the IP of the person you are trying to reach.