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.

You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!