I'm trying to set new environment variables to any new child-process in Windows platforms.
For example. I'm using sublime, and I run the build command from sublime. (The build command may be a BAT file.)
I want to change the PATH, and I want all new build processes to use the new path. But sublime uses the old path, and the build process inherits this.