mikex Posted December 28, 2006 Report Share Posted December 28, 2006 I can't run ping, ipconfig, and telnet from the cmd window. If I type C:\Windows\System32\.....the tool will run.??Suggestions anyone?M Quote Link to post Share on other sites
shanenin Posted December 28, 2006 Report Share Posted December 28, 2006 (edited) I would check to see if the paths are set correctly. R-click "my_computer">>properties>>advanced_tab>>environmental variables. Under system variables, you should have a path variable. Double click on the "path" line(so you can see it better, and edit it). Make sure you at least have the path to your system32 and system directory set: %SystemRoot%\system32;%SystemRoot%;below is what mine looks like:%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\QuickTime\QTSystem\when you type a command into the shell, it will look for that command in the following order as listed in your path variable. According to my path variable it will look first in C:\windows\system32 . If for some reason your path variable is not set correctly, you would have to type the full path(location) of the command. Edited December 28, 2006 by shanenin Quote Link to post Share on other sites
mikex Posted December 28, 2006 Author Report Share Posted December 28, 2006 Had an app listed before sys32 so I uninstalled the app, rebooted and all is fine.M Quote Link to post Share on other sites
shanenin Posted December 28, 2006 Report Share Posted December 28, 2006 Had an app listed before sys32 so I uninstalled the app, rebooted and all is fine.Myou mean you had a directory listed in your path variable before %SystemRoot%\system32 ? If you need that app, just reinstall it, then make sure its directory is listed at the end of the path variable.%SystemRoot%\system32;%SystemRoot%;C:\Program Files\path-to-app Quote Link to post Share on other sites
mikex Posted December 28, 2006 Author Report Share Posted December 28, 2006 yea the path was listed before system32. It was not needed, just something I was playing with.Thanks.M Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.