MSCONFIG doesn't run in a Command Prompt window?

N

Netter

MSCONFIG doesn't run in a Command Prompt window but it runs OK in a
START/RUN dialog box.
Does anyone understand why that is so?


Thanks
 
P

Pegasus \(MVP\)

Netter said:
MSCONFIG doesn't run in a Command Prompt window but it runs OK in a
START/RUN dialog box.
Does anyone understand why that is so?


Thanks

This is because msconfig.exe is not located in a folder that
is listed in the %path%.
 
G

Galen

In Netter had this to say:

My reply is at the bottom of your sent message:
MSCONFIG doesn't run in a Command Prompt window but it runs OK in a
START/RUN dialog box.
Does anyone understand why that is so?


Thanks

Because it's not a native command. It is a program, you can start it with
CMD though - you just need to use the path.

Not one to leave you "out in the cold" I rooted out the command line - just
for you. *nods*

Start
Run
"CMD"
<Enter>
"C:\WINDOWS\PCHealth\HelpCtr\Binaries\msconfig.exe"
<enter>

I dunno why you'd want that but you do and so you get it.

--
Galen - MS MVP - Windows (Shell/User & IE)
http://dts-l.org/
http://kgiii.info/

"At present I am, as you know, fairly busy, but I propose to devote my
declining years to the composition of a textbook which shall focus the
whole art of detection into one volume." - Sherlock Holmes
 
D

Detlev Dreyer

Netter said:
MSCONFIG doesn't run in a Command Prompt window but it runs OK in a
START/RUN dialog box.
Does anyone understand why that is so?

Because MSCONFIG.EXE is not located in the default search path.
In contrast to the Command Prompt window, START/RUN obtains the program
location from the Registry in addition to the search path.
 
N

Netter

Galen said:
In Netter had this to say:

My reply is at the bottom of your sent message:


Because it's not a native command. It is a program, you can start it with
CMD though - you just need to use the path.

Not one to leave you "out in the cold" I rooted out the command line -
just for you. *nods*


Definitely deserver nods!

So there is a CMD as well as a COMMAND.
They appear to be quite different programs that do similar things.
I'll look at GOOGLE to see if I can find info on when to use each.
If you have a pointer to some info that would be appreciated.


Thanks
 
N

Netter

Thanks a lot

Detlev Dreyer said:
Because MSCONFIG.EXE is not located in the default search path.
In contrast to the Command Prompt window, START/RUN obtains the program
location from the Registry in addition to the search path.
 
Y

Yves Leclerc

If you would enter

set

you will see that the PATH would not contain
"C:\WINDOWS\PCHealth\HelpCtr\Binaries" in it. The CMD and Command DOS prompt
emulator(s) need to have the correct access to the MSCONFIG program but it is
neither in the current DOS folder ("C:\Documents and Settings\{user....}") nor
the PATH variable.
 
N

Netter

Thanks

Yves Leclerc said:
If you would enter

set

you will see that the PATH would not contain
"C:\WINDOWS\PCHealth\HelpCtr\Binaries" in it. The CMD and Command DOS
prompt
emulator(s) need to have the correct access to the MSCONFIG program but it
is
neither in the current DOS folder ("C:\Documents and Settings\{user....}")
nor
the PATH variable.
 
B

Bruce Chambers

Netter said:
MSCONFIG doesn't run in a Command Prompt window but it runs OK in a
START/RUN dialog box.
Does anyone understand why that is so?


Thanks


Probably because MSConfig wasn't designed to operate in the
command-line environment; it's a purely graphical utility.


--

Bruce Chambers

Help us help you:



They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrand Russell
 
A

Academic

That another thought
thanks

Bruce Chambers said:
Probably because MSConfig wasn't designed to operate in the command-line
environment; it's a purely graphical utility.


--

Bruce Chambers

Help us help you:



They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrand
Russell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top