How To Chat With Your Friends Using MS Dos Command Prompt

Posted by Bhavesh Joshi On Saturday, November 24, 2012 0 comments

Command Prompt Chat
Hello everyone, today in this article, I am gonna to represent you – how to chat with your friends using ms dos command prompt. This article is representing some easy steps in order to make your own messenger program. So, are you ever thinking to chat with your friends by your own hand made program? Or are you want to boast with your friends that you create a messenger? In order to do this, just follow my simple steps as –

Firstly, you need is to know your friends IP addresses. We will use these IP addresses as target means where we will send the message. The other things which you required are only computer and MS DOS Command Prompt. 

So –
             1.       Open notepad file and please grab the following below code and paste it in your notepad file –

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

TechKoW.bat

2.      Now the second step is to save that notepad file through .bat extension. You can give any desired name based on you but, must be saved through .bat extension. For example, I choose the name TechKoW.bat.

TechKoW.bat

3.      After saved successfully, open that .bat file through double click or enter key. After double click, Command Prompt will visible with a message like this:

Enter IP address and Custom Message

4.      So, enter your friend’s computer IP address and the only thing left is to enter your custom message and to send it.

In this way, you can chat with your friends using MS Dos Command Prompt. I hope you like this step to step tutorial. Feel free to make comment (feedback)...
    

0 comments:

Post a Comment