Featured
    

    Social Icons

Loading...

How to Chat With Friends Through ms Dos Command Prompt



There are many ways to chat with your friends.Normally we chat through Facebook or smart phones application like Whatsaap, Wechat, hike.Today i am going to tell you a unique and different way of chatting with your friends.By this trick you can chat with your friends through MS Dos Command prompt.
So follow my guide and i will tell you how to do this ?

Step 1 :- Open Notepad and paste that code.which is given below :- 


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

Save This as "Messenger.Bat"
Step 2 :- Now its time to open command prompt 
                 (Window+R and type cmd)

Step 3 :- Now you have to drag Save file(.bat) over to command prompt and hit enter.

You would then see something like this.

Step 4:- It is done..Now you have to type IP address of your friend's computer in and press enter.

After this processing it's time to type your message and press enter to send.

This post was written by:Girish Sharma

Your description comes here!

Get Free Email Updates to your Inbox!

Post a Comment

CodeNirvana
© Copyright 2025 Information Planet | Designed By Code Nirvana
Back To Top