'ping' is not recognized as an internal or external command
Recently i found my system variables changed and some of the commands are not worked in DOS.
Error Message:
‘ping’ is not recognized as an internal or external command,
operable program or batch file.
Solution for Windows XP:
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%;
to the beginning of the line. Okay the changes and try out your commands now.
It’s working :d
Not Working
C:\>ping 127.0.0.1
‘ping’ is not recognized as an internal or external command,
operable program or batch file.
Its not working for me also.. pls suggest some more on this if any.
However, still googling while posting this comment….
Thanks š
There is Solution…. š
When trying to run ipconfig from a cmd window (dos prompt), I receive the following error. This applies for ipconfig, ping, telnet, etc.
ERROR MESSAGE:
‘ipconfig’ is not recognized as an internal or external command, operable program or batch file.
FIX:
Go to My Computer-> right click-> Properties->Advanced->Environment
Variables->System variables and locate Path Environment Variable. Add C:\windows\system32;C:\windows\; at the
end if it is not already there.
Be sure that the path for C:\windows\system32\ matches that on your computer C: drive.
Reopen cmd window and retry ipconfig, telnet, ping, etc.
š in case any quiry plz sing up on my website… and tell me problem… <3 š
amolnavrath.hpage.com
Amol Navrath
Microft Engineer
Thank you …..it is working!!!!!
Its working, thanks.
it didn’t worked
Hey buddy its working fine….
Thanx a ton š
it’s working as the below mentioned path
%SystemRoot%\system32;%SystemRoot%;
Thank u Very much