Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
Version 5.1.2600
QuoteVersion 5.1.2600 sounds like an XP machine. Check your path by entering path at a command prompt. Make sure the C:\Windows\System32 directory is included in the path. If not you can add it permanently by right clicking My Computer==>Properties==>Advanced==>Environment Variables and then editing the PATH in the System Variables section.It's not the downloading so much as executing the downloaded files. Whatever you do, do not use any programs from a MS-DOS 5.0 disk. The reason some programs work and others don't is some commands are internal to the CMD processor and others are external files which CMD cannot find.
"PATH=%SystemRoute%\System32;%SystemRoute%;%SystemRoute%\System32\Wbem"
If you run a DIR command from the c:\windows\system32 directory you should find PING and IPCONFIG.
The PATH variable sets up a directory search order for CMD to follow when looking for programs and the PATH must be synchronized with the variable names in the environment or hardcoded. Hope this helps.
Your path path=%systemroot%\system32 and your systemroot=C:\windows statements check out just fine. When the CMD environment is setup the symbolic %systemroot% will resolve to c:\windows and the path will be set to c:\windows\system32.Using windows explorer and doubleclicking any command found in system32 will open a cmd window, run the command and then close the window. The same result will occur if you type in a command from Start==>Run.
Are you opening a CMD window and then typing the command (IPCONFIG or PING) from the prompt? If you type path at a command prompt, does %systemroot% get expanded to c:\windows?A bit flustered why CMD cannot find valid commands. :-?
Edit the PATH variable in the System Variables section by replacing occurances of %systemroot% with c:\windows. Retain the same punctuation; spelling counts; and values are case insensitive.Good luck. 8-)