The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
For some reason I am suddenly unable to use the command "ipconfig /all" at the command prompt. I receive the message "ipconfig /all is not recognized as an interal or external command, operable program, or batch file". I'm using Windows XP, and I also get no response when I right-click my local area connection and select "status". Any advice?
Yeah, it's where it should be (c:\windows\system32\ipconfig.exe). I can use it by manually navigating to the directory at the command prompt, I guess, but it's somewhat inconvenient. Plus, I just don't like things not working correctly.
Have you tried running it from 'cmd' as well as 'command'? They sometimes react differently for no apparent reason.
Also, you can check your Environmental Variables under My Computer/Properties/Advanced/Environmental Variables. If a weird User or System variable got in their, it could conceivably muck things up.
Yeah, it's where it should be (c:\windows\system32\ipconfig.exe). I can use it by manually navigating to the directory at the command prompt, I guess, but it's somewhat inconvenient. Plus, I just don't like things not working correctly.
Notice that the SystemRoot is actually C:\WINDOWS and not just the environment variable. I think environment variables have to be their actual values, and not a variable itself.
See what happens if you replace the %SystemRoot% with C:\WINDOWS in your path.
Posts
That's what it should be, no?
Also, you can check your Environmental Variables under My Computer/Properties/Advanced/Environmental Variables. If a weird User or System variable got in their, it could conceivably muck things up.
See what happens if you replace the %SystemRoot% with C:\WINDOWS in your path.
EDIT: nvm, works with a space too.