Object: Scripting Object
Set Environment variable. This will only set the value for the current process.
Scripting.SetEnvVariable (ByVal VariableName As String, ByVal Value As String) As Boolean
Name of the environment variable.
Value of the environment variable.
Boolean indicating of the method succeeded (True) or failed (False).