Introduction: 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

Step 1: 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.

Hack It! Challenge

Participated in the
Hack It! Challenge