• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Win 7 - cant run things from the commant prompt

Anubis

No Lifer
now this is really random

run-> CMD to brind up the prompt like always, no matter what i run i get an error saying

"XXXXX" is not recognized as an internal or external command, operable program or batch file

this happens with ipconfig, ping, tracert,...... did they ah heck something up in a patch or do i have something else going on

yes im loged in as with admin rights
 
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Adam>echo %path%
c:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Users\Adam\Desktop\and
roid-sdk-windows\tools

C:\Users\Adam>
 
The first three lines should be

C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;

You can set this in Control Panel \ System \ Advanced System Settings \ Environment Variables.

Make sure you close and restart the command window after you update your system path.
 
Back
Top