I can't execute in CMd any prog'

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."
 
S

Shenan Stanley

???? 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.
 

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