/
Env_SetString
Env_SetString
Description
Sets value of specified environment variable
Syntax
Env_SetString(sName, sValue, sType) As Boolean
Parameters
sName (String)
Environment variable name
sValue
Environment variable value
sType (String)
Environment variable type. 'System', 'User' or 'Process'
Example
VBScript
If bStatus Then bStatus = Env_SetString("TEST", "C:\MyFiles", "SYSTEM")
Related functions
, multiple selections available,
Related content
Env_SetString
Env_SetString
More like this
Env_SetString
Env_SetString
More like this
Env_SetString
Env_SetString
More like this
Env_GetString
Env_GetString
More like this
Env_GetString
Env_GetString
More like this
Env_GetString
Env_GetString
More like this