Here is a simple trick on how to chat on your windows command prompt
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
You will see something like this:
Start Chatting.......!
Check out HERE to know how to get a computer's IP address
- All you need is your friend's IP Address and your Command Prompt.
- Open Notepad and write this code as it is or copy and past to the notepad.....!
: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 (.bat file) over to Command Prompt and press Enter.
- You would then see something like this:
- Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:
- Now all you need to do is type your message and press Enter.
Start Chatting.......!
Check out HERE to know how to get a computer's IP address
Comments
Post a Comment