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
@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.
No comments:
Post a Comment