cmd does recognize my %PATH%

J

Jack Carden

When I launch cmd.exe with a Start->Run command, it
receives what looks like a good set of environment
variables. For example:
C:\Documents and Settings\jcarden>echo %PATH%
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32
\Wbem;C:\Program Files\UltraEdit

Yet, I cannot execute programs, such as:
C:\Documents and Settings\jcarden>help
'help' is not recognized as an internal or external
command, operable program or batch file.

What else should I check?

Thanks in advance!
 
S

Sharon F

When I launch cmd.exe with a Start->Run command, it
receives what looks like a good set of environment
variables. For example:
C:\Documents and Settings\jcarden>echo %PATH%
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32
\Wbem;C:\Program Files\UltraEdit

Yet, I cannot execute programs, such as:
C:\Documents and Settings\jcarden>help
'help' is not recognized as an internal or external
command, operable program or batch file.

What else should I check?

Thanks in advance!

Right click your Command Prompt shortcut and choose Properties
Change the "Start in:" line to C:\
Click OK
Start the shortcut and try help again
 
T

Thomas Wendell

Sharon, no shortcut involved. It was Start->Run->cmd

How to change that starting dir?


--
Reply to group
=================================================
Most learned here on nntp://news.mircosoft.com
Helsinki, Finland (remove _SPAM)
(translations from FI/SE not always accurate)
=================================================
 
S

Sharon F

Sharon, no shortcut involved. It was Start->Run->cmd

How to change that starting dir?

Create a shortcut to cmd.exe and change the properties as mentioned. Give
the shortcut a try. See if that accomplishes what you want. I dropped a
copy of the shortcut into my QuickLaunch bar. On my system, "help" works
fine when I use that shortcut.
 
C

Chuck

Jack said:
When I launch cmd.exe with a Start->Run command, it
receives what looks like a good set of environment
variables. For example:
C:\Documents and Settings\jcarden>echo %PATH%
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32
\Wbem;C:\Program Files\UltraEdit

Yet, I cannot execute programs, such as:
C:\Documents and Settings\jcarden>help
'help' is not recognized as an internal or external
command, operable program or batch file.

There is no 'help.com' or 'help.exe' provided with XP. You get help on
individual DOS style commands using the
commandname /?
method

Take a look in the System32 folder.
 

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