Chat wit your friends through MS DOS Command prompt

Learn how to make a chat using command prompt or cmd, without need of any chat client or char server service.

If you want a private chat with a friend or client on you Network, you don't need to download any fancy program! All you need is Command Prompt and your friends IP address. 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.

Lets start:

1. Open Notepad and write this code as it is.....!

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


2. Now save this as "Messenger.Bat".

3. Open Command Prompt.

4. Drag this file (.bat file) over to Command Prompt and press Enter.

5. You would then see something like this:


6. Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:


7. Now all you need to do is type your message and press Enter.
Start Chatting.......!



Do you have questions, comments, or suggestions? Feel free to post a comment!

0 comments:

Post a Comment