【发布时间】:2015-02-10 12:48:31
【问题描述】:
我是PowerShell的新手。 如何告诉powershell在exe安装完成之前不执行下一个命令?
尝试了以下两个命令,但没有帮助。 1.开始-进程-NoNewWindow-等待 2../example.exe -NoNewWindow -Wait
【问题讨论】:
标签: powershell-2.0
我是PowerShell的新手。 如何告诉powershell在exe安装完成之前不执行下一个命令?
尝试了以下两个命令,但没有帮助。 1.开始-进程-NoNewWindow-等待 2../example.exe -NoNewWindow -Wait
【问题讨论】:
标签: powershell-2.0
复制:
How to tell PowerShell to wait for each command to end before starting the next?
Run an application with PowerShell and wait until it is finished
下次在您询问之前,请尝试其中任何一种方法,如果有任何解决您的问题,请考虑删除您的问题
【讨论】: