1
Does the following add an environment path?
setx path "%path%;C:\foo"
It will leave any existing paths alone? i.e nothing will be deleted?
If I open the Visual Studio Command Prompt and run the above will it add an environment path to that applications properties or will it change the general command line's properties?
I assume the environment variables for Command Line and VS Command Prompt are different? If I have VS Command Prompt open and run this code it will specifically amend the VS Command Prompt's variables i.e not the normal command line's variables? – whytheq – 2012-10-05T08:36:36.030