Header Banner
wonderhowto.mark.png
Gadget Hacks Next Reality Food Hacks Null Byte The Secret Yumiverse Invisiverse Macgyverisms Mind Hacks Mad Science Lock Picking Driverless
Home
Teaching

How to Talk or chat using ms dos command prompt (chatting without internet)

Dec 21, 2010 09:31 AM

chat or gossip using command prompt

chat with other people on your computer network...

if u  are in school or college computer lab and wanna chat with your friends without uttering even a word, here is the opportunity

things required are command prompt and ip address of your friends pc .   (easily available ).

the recipe to chat is presented here ................

open notepad and type the following code as it is . (or copy and paste directly on your notepad)

@echo off

:A

Cls

echo MESSENGER

set /p n=User:

set /p m=Message:

net send %n% %m%

Pause

Goto A

now go to -> file -> save 

type file name as  Messenger.bat .

now open this file 

and in command prompt you will see

MESSENGER

User:

After "User" type the IP address of the computer you want to contact. 

After this, you should see this:

Message:

Now type in the message you wish to send.

Before you press "Enter" it should look like this:

MESSENGER

User: 23.858.568.963

Message: Hi

Now all you need to do is press "Enter", and start chatting..............

Tips

  • use it to transfer information from one pc to other without getting noticed by your teachers.
  • to find the ip address of pc press start button + r than type cmd and press enter. after this type this command in your command prompt ipconfig/all . ip address will be seen in this form xxx.xxx.xxx.xxx     .
  • it does not works in windows 7 and in windows vista .         i hope this article is of great use.

The next big software update for iPhone is coming sometime in April and will include a Food section in Apple News+, an easy-to-miss new Ambient Music app, Priority Notifications thanks to Apple Intelligence, and updates to apps like Mail, Photos, Podcasts, and Safari. See what else is coming to your iPhone with the iOS 18.4 update.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!