Header Ads

ad

Chat using Command Prompt (CMD)

Chat using Command Prompt (CMD)

Posted By Abhishek Arora March 17, 2012 Leave a Comment
 
 
Hey guys today i'll tell you about chat via Command Prompt.
All you need is your friend's IP address and you will be able to chat without the use of any software.
Follow the following steps on both the system ( sender and the receiver)
 
 
Step 1: Open a notepad and write the following code.
@echo off
:A 
Cls
echo MESSENGER 
set /p n=User: 
set /p m=Message: 
net send %n% %m% 
Pause
Goto A 
 
Step 2: Save the file as messenger.bat on your Hard disk Drive.

Step 3: Go to Control Panel then to Administrative Tools then to Services and then find the messenger service and open it and you will see 'startup type" which is default disabled, so click on that and select "automatic".

Step 4: Now click on apply and the service will begin to start.

Step 5: Now open the messenger.bat file you created, now it will ask for the ip address and the message.



All done. Enjoy Chatting.

No comments