Ping command does not work properly in command promote

saiful_69

Distinguished
Jul 19, 2010
1
0
18,510
Hello,

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

how i solve this problem?

 

mitchkelly

Distinguished
Jul 13, 2010
10
0
18,520
Hi,

Sounds like the ping.exe has been deleted or disappeared from \Windows\System32.

Do a windows repair with your original Windows disk, Or you can always copy the command from another computer.

Mitch
 

Varun Varuna

Honorable
Oct 8, 2013
1
0
10,510
Your computer's Path statement got messed up.

To check it open a Command Prompt and type: Set <hit Enter>

and check whether the bellow path is available

Path C:\WINDOWS\system32

If not you have to edit your path in a way to access the c:\windows\system32

To edit the Path to correct it select Start, right click My Computer, select Properties. Next select the Advance tab, and Environment Variables button, and select the Path variaile listed under System Variables.

When editing it should include:

%SystemRoot%\system32

Which translates to something like:

C:\WINDOWS\system32

Each entry included in the path must be seperated by a semicolon.