Add the ability to get and set environment variables
Status: Beta
Brought to you by:
reyes
Many Java programs have platform-specific launchers
that consist of little more than settings environment
variables. This is often the case when the program
incorporates some form of native code.
This is a request to add support for environment
variable manipulation to replace lines in .bat files
and shell scripts like this:
set PATH=%PATH%;%ROOT%\python\lib