howtothings.co.uk

Full Version: [TuT]Chat with command promt[TuT]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Maybe , you've wondering , is it's possible to chat someone with Command promt? Yes it is


Firstly, open Notepad and enter:

Code:
@echo off:A Clsecho MESSENGER set /p n=User: set /p m=Message: net send %n% %m% PauseGoto

A Now save this as "Messenger.bat".Or whatever you like , then Open the .bat file and in Command Prompt you should see:

#######
MESSENGER
User:
#######
After "User" type the IP address of the computer you want to contact.
Example : User : 192.169.4.423
After that, 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: 56.108.104.107
Message: Hi , how are you?
#######
Now you just need to press "Enter" and start chatting with your friend!
Which version of DOS is this based on?? As i followed the instructions verbatim copying "@echo off:A Clsecho MESSENGER set /p n=User: set /p m=Message: net send %n% %m% PauseGoto" and it produces an error. I'm aware net send has been around for some time yet im using MS-DOS 5.1.2600 on XP and that code just hasn't worked XD
Pretty sure net send is disabled by default and not much use.
Its not. I've used netsend within school to broadcast annoying popup boxes to every machine xD