Searched defs:var_val (Results 1 – 2 of 2) sorted by relevance
22 $var_val = $pair[1].Trim() # trim spaces on the ends of the val variable29 $var_val = $pair[1].Trim() # trim spaces on the ends of the val variable33 $var_val = $var_val.Trim($S + "%PATH%") variable35 $var_val = $var_val.Trim($S + "`$PATH") variable
72 $var_val = $pair[1].Trim() # trim spaces on the ends of the val variable73 $var_val = $var_val -replace "%(.+)%", "`$env:`$1" # convert var syntax to PS using RegEx variable74 … $var_val = $ExecutionContext.InvokeCommand.ExpandString($var_val) # expand variables to values variable81 $var_val = $pair[1].Trim() # trim spaces on the ends of the val variable