It says ‘ping’ is not recognized as an internal or external command, operable program or batch file. on Microsoft Windows.
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Hoan Huynh>ping 4rapiddev.com
‘ping’ is not recognized as an internal or external command,
operable program or batch file.C:\Users\Hoan Huynh>
In order to fix this issue, just change default directory to C:\Windows\System32 with cd command:
cd C:\Windows\System32
then ping as usual.
We can find PING.EXE in the C:\Windows\System32 as below: