void putenv(string varname, string value)
Sets the environment variable varname to value .
On NT the environment variable name is case insensitive.
getenv()