Re: Need help with command prompt path
Check your %SystemRoot% and %System% settings by opening a command
window and entering the command ...
SET
... or ...
SET | MORE
.... to see the list of environment variables. If you have a lot of
environment variables press Return to get next line, Space to get next
pageful.
Also right-click and select properties on the Programs | Accessories |
Command Prompt menu item. I have ...
Target : %SystemRoot%\system32\cmd.exe
Start In : %HOMEDRIVE%%HOMEPATH%
My PATH environment variable (enter PATH command) includes C:\WINDOWS
and C:\WINDOWS\SYSTEM32 as a string, not the %SystemRoot% variable.
Alan Lloyd
.
Relevant Pages
- Re: Need help with command prompt path
... I access command prompt by clicking 'Start, ... Check your %SystemRoot% and %System% settings by opening a command ... environment variables press Return to get next line, ... (microsoft.public.windowsxp.general) - Re: Need help with command prompt path
... entry that defines your path is of the wrong type. ... Check your %SystemRoot% and %System% settings by opening a command ... environment variables press Return to get next line, ... (microsoft.public.windowsxp.general) - Re: Need help with command prompt path
... Command Prompt then you're supposed to get a fully ... Check your %SystemRoot% and %System% settings by opening a command ... environment variables press Return to get next line, ... (microsoft.public.windowsxp.general) - Re: Priviledge escalation attack
... > I (who am logged in as Administrator) am having a network connectivity ... A batch file in the WINNT directory ... Ask yourself if you have ever made a typo at the Command ... happily run this instead of the one in %SYSTEMROOT% if 'cmd' is invoked from ... (Focus-Microsoft) - Re: "NET NOT RECOGNIZED AS A COMMAND" et al
... "NET NOT RECOGNIZED AS A COMMAND" ... So the system knows what %systemroot% is ... BUT typing NET STOP at the command prompt gets me the error. ... WHY & How to fix pplleeaasseeeee. ... (microsoft.public.windowsxp.general) |
|