18.11.08

Command Line Interface Chat in Windows

Does the Title feel you little strange ?? Yes it is possible to chat in Command line Interface in Windows like Unix system you don't need to download any messenger. Just few simple Batch command and running the Messenger Service in windows.

Little Guide to Start Messenger Service :
1. Go To Start Click on Run (or Use Windows + R shortcut for Run)
2. Enter services.msc , Click OK
3. Search for Messenger, Right Click go to properties, probably its Disabled so make it manual, hit Start.
Well you have done it, For now.

Time For your Messenger Code (Batch File)

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


Save this code in Text file, Renaming as Messenger.bat(what ever name you love, remember to keep its extension as .Bat)

Running your Messenger :
1. Go To command prompt.
2. run your Batch file (messenger.bat)
3. Will ask for user name- enter the IP address of person whom you want to talk.
4. Then for Message - Enter Message.
5. Just wait for reply. and Njoy the Chat.

Advantage :
you can use it when you don't have messenger like Yahoo etc, your browsers are corrupted.

Disadvantage :
Messenger service is already Disabled in your service to make you secure. keeping it running makes your system unsafe. So this trick is just for the Try not an real ultimate solution.

0 Reply:

About Me

Abhishek Deshpande, I'm pursuing my BS Degree From Nagpur UniV. Wish me it will Complete this year.

Tekabhi :
This blog is Collection of tips and tricks that i found in my Surfing life. All tricks are tested by me at the time of Posting.Hope you found them useful.

You can Contact me via Comments.
or mail me

Blog Archive