ping is not recognized as an internal or external command
Hey everyone, I'm having an odd one ive not run into before on my laptop. I know reinstalling is always an option I'm just thinking this has to be fixable via other ways.
These all occur at command line of course:
'ping' is not recognized as an internal or external command
'defrag' is not recognized as an internal or external command
'ipconfig' is not recognized as an internal or external command
I wonder what I did to make these commands not recognized. Ideas?
These all occur at command line of course:
'ping' is not recognized as an internal or external command
'defrag' is not recognized as an internal or external command
'ipconfig' is not recognized as an internal or external command
I wonder what I did to make these commands not recognized. Ideas?
0
Comments
Good luck.
> C:\Windows\System32\ping.exe 127.0.0.1
? If so, you probably have a messed up PATH variable.
> echo %PATH%
Should have "C:\Windows\System32" in it, does it?
here is the result of \echo %PATH%
C:\Documents and Settings\farid>echo %PATH%
C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\Common\Msdev98\BIN;C:\Program Files\Microsoft Visual Studio\DF98\BIN;C:\Program Files\Microsoft VisualStudio\VC98\BIN;C:\Program Files\Bonjour\;C:\Program Files\QuickTime\QTSystem\
how to fix this problem
thanks
hiku
Right click "My Computer" and click "Properties". Click the "Advanced" tab up top followed by the "Environment Variables" button at the bottom. In the 2nd list box, scroll down to the 5th or 6th entry "Path", select it and click "Edit". Add "%SystemRoot%\system32;%SystemRoot%;" (minus the quotes) to the beginning of the line. Okay the changes and try out your commands now.
Windows 2000 is similar. If you have a different OS, post what it is and we can figure it out.
thanks Park,.. mine is XP, actually after long searching I could fixed it, similar with your suggestion.
regards,
farid
GR8 fix mate!
well done
%systemroot%\system32;%systemroot%;%systemroot%\system32\wbem;C:\Program files\ect ect ect
I have a similar problem but its my windows 2k3 enterprise server with Service pack2, i could find the ping.exe file in system32.for me even telnet is not recognised
thanks