Archived from groups: microsoft.public.windowsxp.basics (
More info?)
Hi,
Start/run cmd, then from the prompt run PATH, it should show the current
settings. This is a system environmental variable, and if
C:\Windows\system32 is not included, it can be added on the advanced tab of
system properties in the Control Panel. You will find a button for the
variables at the bottom, click it and then add to the existing system path
variable, use a semicolon between each statement.
--
Best of Luck,
Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Associate Expert - WindowsXP Expert Zone
www.microsoft.com/windowsxp/expertzone
Windows help - www.rickrogers.org
"Ken Rock" <k.rock@ntlworld.com> wrote in message
news:VAASe.864$Y06.120@newsfe2-win.ntli.net...
> Shenan Stanley wrote:
>> Ken Rock wrote:
>>
>>>I'm trying to use the Command Prompt on my Windows XP Home OS
>>> computer. When I type 'ipconfig' in the Run box, I see a very quick
>>>view of the Run Message Box but it disappears before I can read it. When
>>>I select
>>>the Command Prompt and type in 'ipconfig', I see the message "ipconfig
>>>is not recognised as an internal or external command, operable program
>>>or batch file." The 'Run' facility recognises 'Regedit' and 'cmd'
>>>takes me to the Command Prompt. Can anyone please suggest the next steps
>>>to take? TIA, Ken Rock
>>
>>
>> The quick flash is because the command prompt was not told to stay open
>> if all you put in the run box was "ipconfig". IPCONFIG is a pure command
>> line command - displaying its results in the command prompt you open.
>> regedit and cmd open GUI interfaces for those items.. (Well, sorta in
>> CMD's case. hah)
>>
>> Try this instead:
>>
>> cmd /k ipconfig /all
>>
>> The "cmd /k" tells the "cmd prompt" to stay open after displaying
>> whatever you told it to.
>>
>> Now - as for your ".. is not recognised as an internal or external
>> command ..", sounds like your pathing is screwed. try typing this in the
>> run box:
>>
>> cmd /k %SystemRoot%\system32\ipconfig /all
>>
>> Does that give you what you were looking for?
>>
> Hi Shenan,
> Your reply to my query came after I had responded to Rick.
> Thank you for explaining the workings of the DOS procedures.
> My Command Prompt sits at the 'Documents and Settings' folder and I'm not
> sure where the path settings are hidden. For future use, can I add
> Windows/System32 to the path settings?
> Again, thanks for your response.
> Ken Rock