标签: powershell
PowerShell中路径环境变量的等价物是什么?我想在启动控制台时自动包含msbuild.exe。
答案 0 :(得分:5)
您可以使用$env:PATH访问PATH环境变量。
$env:PATH