''Ping' is not recognized as an internal or external command.....f

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Whenever i try to use ping or any other tcp/ip command such as tracert, i get
above error in the command prompt.
I know there is something wrong in my PATH but I dont know what. Is there
anyone who can help me out here? :)

My path is as follows:

PATH=C:\oracle\ora90\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\PROGRAM
FILES
THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WI
NDOWS\Downloaded Program
Files;C:\WINDOWS\system32\cmd.exe;C:\IBMTOOLS\Python22;
C:\Program Files\PC-Doctor for
Windows\services;C:\winnt;c:\winnt\system32;c:\windows;c:\windows\cmd
 
There's plenty wrong with it. You got programs included.

What you want is

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


(assuming your WinNT parts are old). If Oracle needs to be in the path put
it last.
 
Back
Top