CHATTING WITH COMMAND PROMPT



If you have problem with messaging software to chat online (in offices especially where everything is blocked on firewall) then use command prompt if you know IP ADDRESS of your FRIEND. Lets see how to perform..

>> Write or copy & paste below code in notepad & save it as msg.bat 
 
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
 
>> Open command prompt. & drag saved file into it & press enter.
 
 
 
>> You will get to see a message like this
 
MESSENGER
user:                
 
 
 
>> Now here you should know exact IP address of the person you wants to communicate.
 
MESSENGER
User: IP_ADDRESS
Message:
(Type your message)
 
 
 
That's it Done.. Enjoy.......
Next Post Previous Post
No Comment
Add Comment
comment url