Jump to content
Sign in to follow this  
ShAmmY1989

Chat with Friends through Command Prompt

Recommended Posts

Chat with Friends through Command Prompt

1) All you need is your friend's IP Address and your Command Prompt.

 

2) 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

 

 

3) Now save this as "Messenger.Bat".

 

4) Open Command Prompt.

 

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

 

6) You would then see something like this:

 

imessenger.png

 

7) Now, type the IP Address of the computer you want to contact and press enter

You will see something like this:

 

imessenger2.png

 

8) Now all you need to do is type your message and press Enter.

Start Chatting.......!

 

imessenger3.png

DONE....ENJOY.~!!

Shammy1989 preved.gif

 

  • Like 2

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×