X
wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 30 people, some anonymous, worked to edit and improve it over time.
This article has been viewed 299,946 times.
Learn more...
Have you ever wanted to do something useful with command prompt like chat through a school's network or talk to your friend without having to download any fancy chat software? Now you can with a few simple steps!
Steps
-
1Open notepad then type:
@ echo off :A Cls echo MESSENGER set /p n=User: set /p m=Message: net send %n% %m% Pause Goto A
-
2When you're finished, click on file, save as, then save it as
messenger.bat.Advertisement -
3Go to control panel (make sure you are in Classic View). Click on "administrative tools", then click on "services".
-
4Find the "messenger" service in the list on the right, then open it. You'll see "startup type" which should be disabled, so click on that and select "manual".
-
5Press the start button in the upper left hand corner of the window (not the green start button), and click OK.
-
6Do the same procedure on the remote computer. Until this service is activated on that PC, or you won't be able to use this!
-
7Click on the messenger file you made. Since it is a batch file it will open with cmd (command prompt). It should show "MESSENGER" at the top and "User:" below that. Type the IP address of the remote computer. If it is in the network, then when you type the message next, it should send it to them. It will be likewise on the other computer. There you got it!Advertisement
Community Q&A
-
QuestionHow can I do this in Windows 7?
Community AnswerOpen the properties of the file and change the compatibility to Windows XP. -
QuestionCan I do this in Windows 10?
Community AnswerNo; however, if you have Windows 10 Professional or Ultimate, you can use the MSG command instead. NET SEND is only for Windows XP and earlier, as the screenshots show. -
QuestionDoes this require the internet?
Community AnswerIt depends. There are two ways to send a message. The first is to an internet computer (for example, computer.example.com), which does require internet (and some networking skills). The second is to send it to a network computer (000.000.0.00), which requires the network. -
QuestionDoes this work in Windows 8?
Community AnswerNo, it doesn't. However, it works with Windows 10. -
QuestionWhat if I cannot find my messenger?
Community AnswerTry this: C:window/user/messenger.bat/ Whatever you choose, be sure to select your username correctly. -
QuestionWill this work on Windows 7?
Community AnswerYes and no. Yes, you can use the MSG command instead, and no, the NET SEND command was removed after Windows XP/Vista. -
QuestionCan I chat with command prompt on Windows 10?
Community AnswerYes. But use MSG command instead of net send. Net send is for XP and earlier.
Warnings
- It does not work on Windows Vista or later.Thanks!
- If you are caught doing this at a school, you could get in trouble.Thanks!
Advertisement
Things You'll Need
- Access to two computers with Windows XP on the same network
- Command Prompt
About This Article
Advertisement








-Files-in-Command-Prompt-Step-6.webp)


















































