Search : in
By :

I wanna chat with my friend using ms dos

Last answer on Aug 14, 2009 8:55:17 pm BST varun, on Oct 6, 2008 5:16:25 pm BST 
 Report this message to moderators

Hello,

i wanna chat with my friend using ms dos. i found a program
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
but this didnt work what to do and how to do help?
Configuration: Windows XP
Internet Explorer 6.0

Best answers for « i wanna chat with my friend using ms dos » in :
Operating Systems - Installing MS-DOS Show Installing MS-DOS When installing MS-DOS, make sure that in the BIOS the the boot disk is set to A: first, then the hard drive (boot sequence: A:, C:) Then insert disk 1 in the A: drive, power up the computer, then follow the on-screen...
MS DOS Files and directories Show Files in MS DOS In a computers data is stored in files. When you run a program, MS-DOS processes the data stored in the file and passes it to the system. In MS-DOS a file can be any size, however the file name is more restricted, it can only have...
Basic MS-Dos commands Show Basic MS-Dos commands Intro The command prompts: Intro Here is a list of basic commands that you can use in a DOS prompt (e.g. a using a boot disk). To have additional information about these commands, type /? after entering the...
[MS-Dos]List the contents of a directory in a file Show[MS-Dos]List the contents of a directory in a file Intro Explanation Intro It may be convenient to make the listing of one or more directories in a file, to make a catalog of files. Under MS-DOS (or Windows by opening a...
VISTA ERROR: MS-DOS FUNCTION INVALID ShowVISTA ERROR: MS-DOS FUNCTION INVALID Solution When trying to delete a file, Microsoft Vista display the following error message: Copy the file - An unexpected error fails operation. Note that the error code, which can help you...
Connecting to a Ftp server under Ms-Dos ShowConnecting to a Ftp server under Ms-Dos The ftp command allows you to get connected using command lines. Some of these options provide an automatic connection; this is done through a list of commands store on a text file. ftp -i ...
Download HP USB Disk Storage Format Tool ShowHP USB Disk Storage Format Tool is a small utility allowing to format a key USB or READER MP4. It also allows to make a key (Bootable). This software works with all keys and readers MP4 of the market. To make work this utility under Windows...
Download VDMSound ShowVDMSound is a free software " open source " working in emulator of cards sounds for Microsoft Windows. He allows videos games and in applications conceived under MS-DOS to work on the new operating systems. VDMSound emulates cards Adlib and Sound...
Introduction to DOS ShowThe development of MS-DOS MS-DOS is the most well known operating system, the most commercialised version is that of Microsoft, christened "MS-DOS" (there are other versions such as DR-DOS). MS-DOS was created in 1981 when it was used on an IBM...
Operating Systems - MS-DOS - Tips ShowSetting the CD-ROM drive The CD-ROM drive is configured in the config.sys and autoexec.bat system files. The CD-ROM drive device driver must be configured in the config.sys file (even if the device is automatically detected in Windows). To do...
Operating Systems - MS-DOS - Commands ShowCommand Description dir lists the contents of a folder cd changes folder cd .. parent folder md or mkdir creates a new folder deltree deletes a folder and all sub-folders copy, xcopy copies...

1

Aaron A., on Oct 6, 2008 8:17:15 pm BST
  • +3

I've heard of this once b4! Try changing the drive.
Instead of:
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Try:
:C
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto C

Reply to Aaron A.

23

Confusion, on Apr 8, 2009 4:48:17 am BST
  • +1

Changing the letter doesn't change the drive.

For example it can be what is given....
--------------------------------
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
--------------------------------

or.....

--------------------------------

:start
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto start
---------------------------------

The colon followed by a word (for example :begin) is a checkpoint for the batch file.
The goto command is used to go to that checkpoint (to go the ":begin" checkpoint, type "goto begin" - or in other words take away the colon).

Hope that makes sense!

Reply to Confusion

26

patrice, on Jul 30, 2009 2:17:24 am BST

What are you talking about idont no you

Reply to patrice

3

redawire girl, on Nov 23, 2008 7:55:07 pm GMT
  • +4

Hi can i chat to my friends plz

Reply to redawire girl

4

dinesh, on Nov 24, 2008 4:25:34 am GMT
  • +1

I wanna chat with my friend using ms dos.

Reply to dinesh

5

PVB, on Dec 16, 2008 11:29:01 am GMT
  • +1

Hi,

I tried all these... but not working.

when entering any message, it's showing "Wrong Syntax"

NET [User] ......................... like



plz help on this...


thnx - pvb

Reply to PVB

6

im.qq.com, on Dec 16, 2008 1:32:09 pm GMT
  • +1

You can chat as following,


net send YourFriendPcName/YourFriendPcIpAddress Message

NET SEND
{name | * | /DOMAIN[:name] | /USERS} message

Reply to im.qq.com

7

Andrew3000, on Dec 24, 2008 9:41:56 pm GMT
  • +2

This program only works in LAN NETWORK

Reply to Andrew3000

20

rabbit, on Mar 28, 2009 5:13:24 am GMT

Since i see the responses and don't see anyone answering your question....you will have to find and download a program that will allow you to use dos to send messages as Vista does NOT allow the Net Send messages. Sorry.

Reply to rabbit

22

Mark Twain, on Apr 2, 2009 2:39:55 am BST

Check out a program called batch chat. You can find it here. http://www.batchchat.blogspot.com It will allow you to chat using the command line.

Reply to Mark Twain

24

kirz, on Jul 4, 2009 3:49:00 pm BST
  • +1

Hiya i am kirran mahmood

Reply to kirz

25

,k, on Jul 15, 2009 11:55:04 am BST
  • +3

Oh my god friend i am neew to this help me plzjst talk

Reply to ,k

27

 trustymathew, on Aug 14, 2009 8:55:17 pm BST
  • +1

Yes

Reply to trustymathew