Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'ping' is not recognized as an internal or external command operable program or batch file error [closed]

When I do ping www.google.com I get the error message

'ping' is not recognized as an internal or external command operable program or batch file.

Here is an example:

Command Prompt Ping

Then:

Error Command Prompt

What could I be doing wrong?

I'm using Windows 7, 64 bit

There was some tutorial online that said to look up Systems32. And that didnt even show up. In the search at the image there

Windows menu button

I have also restarted my computer

I've had this for over 6 months and its really beginning to cause me problems.

Also if you believe this is off topic please explain first :P

like image 241
Luiz Avatar asked Oct 07 '14 23:10

Luiz


1 Answers

Assuming you are using Win 64bit version of windows. Go under C:\Windows\SysWOW64 and see if you can find PING.EXE under the folder. If not, go download one. Someone or something(virus) might have deleted it

Edited: Go under C:\Windows\System32 to find PING.EXE if you are using 32 bit.

like image 179
Steve Avatar answered Sep 27 '22 21:09

Steve