Computer Tutorials | Infotech | Software | Games | Ebook | Tips & Trick Blogger




Chat through CMD

What you need to chat through CMD? You need your friend's IP Address and Command Prompt.

Steps chat through CMD :

1. Open Notepad and write this code :


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

2. Save this as "Messenger.Bat".

3. Open command prompt

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

5. This should came up










6. Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:










7. Now all you need to do is type your message and press Enter.

Enjoy.


Other link :

Share on...

0 comment on Chat through CMD :

Post a Comment and Don't Spam!