Thursday, April 19, 2012

How to chat with your friends with comment prompt




1) Open Notepad and Copy the code Below


@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A


2) Now Save this Notepad File as  "Messenger.Bat".


3) Then Open the Run and Type Cmd  i.e Open Command 
Prompt.


4) Drag this file (.bat file) over to Command Prompt and
press Enter.


5) Then Would you see like this below




6) Now Type The IP Adress Of your Friend's Computer
and Press Enter.You will see like this below




7) Now all you need to do is type your message and press 
Enter and Start Chating.......! 



No comments:

Post a Comment