About us  |  Contact  |  Sitemap   

< ? php if (is_front_page()) { dynamic_content_gallery(); } ? >

How to chat with command prompt

September 29, 2010

in Latest Posts,Tricks

Ever wondered that this stupid looking MSDOS can be used for chatting ?
I bet, you’ve never :-)

Lets see how to do it. Using command prompt, you can have a personal chat with your friend with the help of ip address. You dont need any type of software for that.Just a bunch of code is enough for this .How to chat with command promptHere we go :

1. Copy the following code in red color in notepad and save the file as messenger.bat

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

2. Open the file which You’ve just named as messenger.bat
You”ll see something like this..
MESSENGER
User:

3. Now enter your friend’s ip address after User: on the black command prompt screen.


4. After this, you’ll see this :
Message:

5. Now type the message you want to send after Message:

In all, it will look like this :

MESSENGER
User:27.196.391.193
Message: Hi

Press enter and start chatting :-)

NOTE : Works only on computers which are connected in a network.

Related posts:

Leave a Comment

Previous post:

Next post:

Run multiple instances of yahoo messenger
Mobile spying (The detective trick)
Phishing in seconds
Download full version stuff for free !
Computer Beeps - A Headache !
Significance of thumbs.db
Fundamentals of Batch File processing
How useful Social Networking sites are !
How is the data stored on Cds !
How is the data stored on DVDs !
Windows 8 to hit the market very soon !
Social Engineering
Free Kaspersky key | 2048 Days license
System process at address 0x3bc3 have just crashed
JAVA program to create Doubly Linked List