Home
Change View
Print
SetEnvironmentVariable
Previous
Top
Next
Sub SetEnvironmentVariable(Name, Value)
This function set the value of an environment variable.
Parameters:
Name
[in] The name of environment variable where the value is to be stored
Value
[in] The value to be stored
Example:
SetEnvironmentVariable("PATH", "C:\Windows\system32")