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.

Participated in the
Hack It! Challenge
70 Comments
11 years ago on Introduction
@echo off
echo Messenger
echo When typing the computer name, type
echo in /server:computer replacing
echo computer with the IP adress of the computer.
:START
set /p c=Enter computer name here:
:A
set /p m=Enter message here:
msg * %c% %m%
GoTo A
This allows you to create a messenger on Windows 7 and after entering the ip address of the computer for the first you can simply send messages after that, without needing to re-enter the ip address
Reply 8 years ago on Introduction
heyy....
this happens when i use to enter the computer ip to whom i wann connect
plss solve thiss...
Reply 5 years ago
Check the code. The last line the batch file is displaying is saying something in the file isn't a command. Like:
@echo off
mode 1000
THIS IS NOT A REAL COMMAND
The program would close the instant it hit the 3rd line, because it doesn't contain real code.
Reply 7 years ago
That is a default gateway not the persons ip, try again, but try to look for IPv4 Address........x.x.x.x X's are the ip
Reply 6 years ago
How the hell do you send it??!
Reply 6 years ago
you type it and press ENTER on keyboard
Reply 8 years ago on Introduction
how can i send the message to other .......? plz tel me ...
Reply 7 years ago
BAby stick in the note pad real nive and slowly. love from India habibi
Reply 8 years ago on Introduction
email me how it work :)
Reply 8 years ago on Introduction
bakwas...it is not..as to be..
Reply 8 years ago on Introduction
how can i send the message to other .......? plz tel me ...
Reply 8 years ago on Introduction
just try to follow the steps dude in order to start sending
Reply 8 years ago on Introduction
i made it though whahaa
Reply 10 years ago on Introduction
Will this work sending a message from Windows XP to Windows Vista or vice versa?
Reply 9 years ago on Introduction
It will not work with Vista or later unless if they enable the features (by default Microsoft disabled those features to further secure the system and among other things).
Reply 10 years ago on Introduction
where i should type the ip adress of my frnd??
Reply 9 years ago on Introduction
Where the "user" name is.
Reply 10 years ago on Introduction
Enter the IP where it says "user"
Reply 10 years ago on Introduction
Also, what if I'm on my computer at home, and I send a message to a computer at school using that one CPU's IP address. Would the message send to just that computer or all the school CPU's? Or, If I'm on a school CPU, how do I send a MSG to an Individual user?
8 years ago on Introduction
I Made it by myself please dont change any words
its still beta messenger pro 0.0.1
please just copy and save
@echo off
cls
title messenger test beta
cls
:how
cls
msg * how to active messenger
msg * goto control panel
msg * goto administrative tools
msg * goto services
msg * find messenger
msg * duble click automatic,start
echo.Again?(yes/no)
set/p coiasd=
if %coiasd% == yes goto how
if %coiasd% == no goto startup
goto startup
:startup
cls
ipconfig
echo.____________________________
echo.type ur ip address but dont
echo.type last 2 number
echo.or type default gateway
echo.ex:192.168.203.132
echo.type 192.168.1
echo.____________________________
set /p i=ip:
goto menu
:menu
cls
echo.Messenger test
echo.1)message someone
echo.2)about
echo.3)help
set /p cai=
if %cai% == 1 goto lan
if %cai% == 2 goto abt
if %cai% == 3 goto hlp
goto er
:er
cls
msg * error syntax
msg * please try again
goto :menu
:lan
cls
echo.please choose one
echo.1)class message
echo.2)internet message
set /p coi2=
if %coi2% == 1 goto lan1
if %coi2% == 2 goto lan2
goto er2
:er2
cls
msg * error syntax
msg * please try again
goto :lan
:lan1
cls
set /p m=message:
set /p n=number:
echo. Status:(please wait)
net send %i%%n% %m% with Messenger tester by Sebastian
msg * look the status now!
pause
cls
echo.where you want to go?
echo.1)message again
echo.2)go to menu
set /p coica=
if %coica% == 1 goto lan1
if %coica% == 2 goto menu
:abt
cls
echo.Made by Sebastian
pause
goto menu
:hlp
cls
echo.question 1
echo.why my target dont get my message?
echo.type 1 to solve your problem
set /p sols=
if %sols% == 1 goto sla
goto er
:sla
cls
msg * check ur internet connection
msg * how to active messenger
msg * goto control panel
msg * goto administrative tools
msg * goto services
msg * find messenger
msg * duble click automatic,start
msg * email sebastiansan336@gmail.com
msg * problem solved?
goto menu