Ping

G

Guest

My computer doesn't recognize the ping commnad. It gives the following error message: " Ping not recognized as an internal or external command, operable program or batch file." Help please.
 
G

Guest

reinstall tcp/ip

-----Original Message-----
My computer doesn't recognize the ping commnad. It gives
the following error message: " Ping not recognized as an
internal or external command, operable program or batch
file." Help please.
 
S

Steve Winograd [MVP]

My computer doesn't recognize the ping commnad. It gives the following error message: " Ping not recognized as an internal or external command, operable program or batch file." Help please.

Try specifying the complete path name for the ping program:

C:\Windows\System32\ping

If that works, all that's needed is to change the value of the "Path"
environment variable that XP uses to find executable files. To see
its value, enter:

echo %Path%

On my computer, that command produces the output:

C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem

If any of those folder names are missing on your computer, add them
with this command:

set Path=<missing folder names separated by ;>;%Path%
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top