3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

How to make chat with command prompt (cmd)

How to make chat with command prompt (cmd)
Hi everyone today I will show you how to make chat with cmd .
First open Notepad and write this

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

and then save as "Messenger.bat" and close the Notepad
 
Remove these adsRemove these ads by Signing Up
 

Step 1

when you open the file Messenger it will open the command prompt
whit this.

Messenger
User:

after "User" write the ip of the computer you want to contact and then press enter.
« Previous StepDownload PDFView All StepsNext Step »
10 comments
Mar 14, 2012. 2:06 PMimpulsegordon says:
DOES NOT WORK ON WINDOWS VISTA OR LATER
Feb 20, 2012. 2:03 PMGASSYPOOTS says:
whats your ip
Oct 20, 2011. 1:48 PMspystealth1 says:
Where did you learn to do this? I'm just wondering because I wrote a how-to on wikihow.com exactly like this. You can find it here: http://www.wikihow.com/Chat-With-Command-Prompt
By the way, it's no problem as long as you give credit to where credit is due. :)
Oct 27, 2011. 6:46 PMspystealth1 says:
Oh, Okay. (So where did he learn it?) :)
Dec 6, 2011. 9:33 AMDark-player says:
he probably learned batch^^
Want to learn to?
open up a cmd-window and mess around with it. I learned it like that too.
Now I make games in batch^^.
([WIN]+[R], a run-window appears, write "cmd" and press enter).
Dec 10, 2011. 11:13 AMspystealth1 says:
Yeah, messing around inside a command prompt is fun. Here is a reference sheet from makeuseof.com containing a bunch of cool commands: http://www.makeuseof.com/pages/windows-command-prompt-commands-pdf
Nov 2, 2011. 11:48 AMweemanrd says:
@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
Oct 20, 2011. 3:55 PMPanchz says:
im sorry but this is useless.. and if you want to make it work on win7/vista
change the net send command to msg

is useless because it only allows to chat by LAN (local network)

and i beleave most people is not connected to others by lan and you have to tell username eachtime you want to say something.. will be better if u say user once and to have a option to change username whenever u want.
Oct 19, 2011. 4:39 AMtabascow says:
WOAH!!!!!!!!!!!!!!!this rocks!!!!!!!!!!!!!!!!!!!!!!!!!xD

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
5
Followers
6
Author:bakermiro