vbs expand env var

The solution for “vbs expand env var” can be found here. The following code will assist you in solving the problem.

Set oShell = CreateObject(“WScript.Shell”)

value = oShell.ExpandEnvironmentStrings(“%my_env_variable%”)

WScript.Echo value

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts