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.
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
thank you :)
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:-
: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.
thank you :)
No comments:
Post a Comment