Sign up for FREE daily Updates.

How To Chat With Command Prompt

Leave a Comment Follow me on twitter

If you are a pc user on a network you can set up a private chat directly through your Command Prompt. All that’s needed is the IP address for the users system in which you wish to communicate. This IP address can also be found in the Command Prompt. To find a computers IP address go to your Command Prompt and type ipconfig. This will reveal your IP address, Subnet Mask & Default Gateway. Copy the IP address of the computer in which you are sending a message to.  

That means If you want personal chat with a friend
you don't need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.

1. Firstly, open Notepad and enter:

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



2. Now save this as "Messenger.bat". Open that .bat file and in Command Prompt you should see:

MESSENGER
User:


3. After "User" type the IP address of the computer you want to contact.


4. After this, you should see this:

Message:

Now type in the message you wish to send.Before you press "Enter" it should look like this:

MESSENGER
User:27.196.391.193
 Message: Hi

Now all you need to do is press "Enter", and start chatting!


That's All.!!
Enjoy It! :)

Share this Article :


You may Also Like:


Premium WordPress Themes