将变量传递到启动powershell命令

时间:2019-07-24 16:21:01

标签: powershell

我想在新的Powershell窗口中将字符串变量传递给运行命令。

$word = "bird"
start PowerShell { echo $word; pause }

我该怎么做?

0 个答案:

没有答案