Primary Requirement is that you must be aware of your friend's IP Address and he/she must be online.
Step 1: Open Notepad and write this code as it is.....!
Step 2: Now save the file as "Messenger.Bat".
step 3: Double-Click the file to run.
Now You would then see something like this:
Step 4: Now, type the IP Address of the computer you want to contact and press enter key.
You will see something like this:
Step 5: Now type your message and press Enter.
That's You can Start Chatting through your command prompt.
Two do chatting:
Step 1: Open Notepad and write this code as it is.....!
@echo off
:LOOP
cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
GotoLOOP
:LOOP
cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
GotoLOOP
Step 2: Now save the file as "Messenger.Bat".
step 3: Double-Click the file to run.
Now You would then see something like this:
Step 4: Now, type the IP Address of the computer you want to contact and press enter key.
You will see something like this:
That's You can Start Chatting through your command prompt.
0 comments:
Post a Comment