Sunday, March 23, 2008

Seeing and Changing environmental variables

To see what the current value of an environmental variable is or to change it:

echo %comspec%
echo %PATH% (however, it works even if you don't capitalize it)

Or to do it in the GUI
Go to System Properties by either typing Windows+Break or by right clicking on My Computer and choosing properties.

Once in System Properties, go to the advanced tab and click on the Environmental Variables button.

No comments: