Header Banner
WonderHowTo Logo
WonderHowTo
Teaching
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)

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.

Apple's iOS 26 and iPadOS 26 updates are packed with new features, and you can try them before almost everyone else. First, check Gadget Hacks' list of supported iPhone and iPad models, then follow the step-by-step guide to install the iOS/iPadOS 26 beta — no paid developer account required.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!