Wednesday, August 17, 2011

Change Environment Variables through Command Prompt

You can use the DOS Set command to change the Environment variables through Command Prompt.

If you wish to make the changes permanent use SetX command.
e.g. SETX ENV DEV
This will change the Enviornment Variable "ENV" to "DEV".