winShell.getEnvironmentVariables
| Syntax |
winShell.getEnvironmentVariables ()
|
| Params |
None required.
|
| Action |
Creates a table containing the Windows system environment variables.
|
| Returns |
The table.
|
| Examples |
winShell.getEnvironmentVariables () |
| Notes |
For each variable, there's a table entry whose name is the name of the variables and whose value is the value of the variable. This verb is Windows-specific; it's implement by a VBScript script. This verb requires that the Microsoft Script Control and Windows Scripting Host are installed. This verb is new in Frontier 6.0.
|