Searched defs:var_name (Results 1 – 2 of 2) sorted by relevance
21 $var_name = $pair[0].Trim() # trim spaces on the ends of the name variable28 $var_name = $pair[0].Trim() # trim spaces on the ends of the name variable30 if ($var_name -eq "PATH") { variable40 New-Item -Path "env:$var_name" -Value "$var_val" -Force variable
71 $var_name = $pair[0].Trim() # trim spaces on the ends of the name variable80 $var_name = $pair[0].Trim() # trim spaces on the ends of the name variable82 Set-Item -Path "Env:$var_name" -Value "$var_val" variable