10 July 2012

CHAT USING COMMAND PROMPT

SOLUTION:-
Now you can chat using CMD with your friend.This trick will be useful when social networking software not works correctly.
So lets start.

  • All you need is your friend's IP Address and your Command Prompt.
  • Open Notepad and write this code as it is:-
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

  • Now save this as "Messenger.bat".
  • Open Command Prompt.
  • Drag this file Messenger.bat file over to Command Prompt and press Enter.
  • In the command prompt there only written "MESSENGER and User:"
  • Now type the computer's IP address of your friend you want to chat with.
  • Hit Enter and start chatting.
NOTE:- Getting an IP address is not so easy as many things can be done using friends IP address.

thank you :)

No comments:

Post a Comment