Have you ever wanted to do something useful with command prompt like chat through a school's network or talk to your friend without having to download any fancy chat software? in your school or college where all the social Networking websites are block. Now you can with a few simple steps!, today we are gona tell you how to can stretch the limits of Command Prompt and use it as a messenger.
Required:
1. All you need is know your friend's IP Address.
Here we Go :-
1. Open Notepad and Copy the Code Below and Paste.
@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
over Command press
t Of Computer and Press will this
Required:
1. All you need is know your friend's IP Address.
Here we Go :-
1. Open Notepad and Copy the Code Below and Paste.
@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".
over Command press
t Of Computer and Press will this
No Comment to " How to chat with friends by Command Prompt "