What does... RUN FILENAME in a Batch File mean ?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Mel_3
Posts: 1
Joined: 03 Jul 2009 17:08

What does... RUN FILENAME in a Batch File mean ?

#1 Post by Mel_3 » 03 Jul 2009 17:17

I'm trying to get an old system to work and it seems to be having a problem with a line in a batch file... the line is...

RUN MSTRMENU

I get the error message...

Can not find application SHELL

Question 1: What is the RUN command? Is it a Batch or a DOS command? I can't find reference to it either way so I don't know what it does in the batch file.

Question 2: What does the error message mean?

Thanks for any help.

PS
For reference the line...
SHELL C:\dos\command.com/E:900/P
is the last line in the config.sys file.

DccD
Posts: 23
Joined: 26 Aug 2009 19:34

#2 Post by DccD » 01 Sep 2009 20:26

AFAIK run is not a DOS command. Maybe it is an executable file (.exe or .com). In that case it must be in the same directory where the batch is started or in the PATH. Try to search for any run.* file.

Post Reply