How To Chat with Your Friends through MS DOS Command Prompt





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

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.
To open a Microsoft MS-DOS command prompt shell window, first click the Windows Start menu (located at the very lower-left corner of your computer's desktop) and select "Run...".
Then if you are using Windows XP or Vista or Windows 7, type cmd into the Run box and click "OK". You could also type cmd.exe
Otherwise, if you are using an older version of Windows, type command into the Run box and click "OK". You could also type command.exe

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


All done. Just Start Chatting.......!






Advertisement

0 comments:

Post a Comment