ExpandEnvironmentVars( )
| Action: | Expands
any environment variables inside a string to the corresponding plain text value. |
| Syntax: | EXPANDENVIRONMENTVARS
("string") |
| Parameter: |
String
|
| Returns: |
The expanded string. |
| Example: |
$Value =
ReadValue( "HKLM\System\CurrentControlset\Control\Windows",
"SystemDirectory") ? ExpandEnvironmentVars( $Value ) |