I can't execute in CMd any prog'

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

Guest

I can't execute any prog' like PING or IPCONFIg or even HELP etc.
How can iI fix that ??? (it does perform cls and exit) or re-register those
external commands??? ex:

"C:\Documents and Settings\Itay>ipconfig
'ipconfig' is not recognized as an internal or external command,
operable program or batch file."
 
???? said:
I can't execute any prog' like PING or IPCONFIg or even HELP etc.
How can iI fix that ??? (it does perform cls and exit) or re-register
those external commands??? ex:

"C:\Documents and Settings\Itay>ipconfig
'ipconfig' is not recognized as an internal or external command,
operable program or batch file."

Sound like your path is messed up.. Let's verify..

Open a CMD prompt.

First try simple commands:

SET
<ENTER>

DIR
<ENTER>

Then Type this in:
%SystemRoot%\system32\ping.exe
<ENTER>

Whether or not that works, then try this:

CD %SystemRoot%
<ENTER>

CD System32
<ENTER>

PING
<ENTER>

If those work - come back and let us know - then maybe we can fix your
pathing.
 
Back
Top