Chat with your Friends thourgh MS DOS Command Prompt

Step 1.



Open notepad


Step 2.


Type this:


---------------------------------------------
@ echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
---------------------------------------------
(its actually "@ echo off" & not "@echo off")


Step 3.


Now click on File,
Click on Save as
Change 'Save As Type' as 'All Types'
and then give the filename as 'Messenger.bat'
Click Save


Step 4.


Now goto Control panel
Click on administrative tools(switch to classic view)
Then click on Services
Then just look out for Messenger service
Just Double Click or Right Click & Select Properties
You'll see 'Startup Type' which would be disabled(by Default)
So click on that and select Manual.(Automatic might make ur PC vulnerable for External Access)
After Selecting Manual - Click OK
then Right Click on Messenger Service & Click on Start)


Step 5.


Now do the same on the other Computer.
Until this service is activated on that Computer, you won't be able to use it.


Step 6.


Open Command Prompt.


Step 7.


Drag this Messenger.bat file over to Command Prompt and press Enter.


Step 8.


You would then see something like this:



Step 9.


Now, type the IP Address of the other computer and press enter.
Now all you need to do is type your message and press Enter.
You will see something like this:

Step 10.


Done. Now start Chating

Comments

Popular posts from this blog

What is Oracle Integration Cloud Service - ICS?

How to Create Packages in Oracle Database using TOAD for Oracle

How to create a Simple Scheduler Job in Oracle Database using Toad