从 PowerShell 运行程序并超时
我将编写一个运行程序的脚本并等待它完成。但如果程序没有在指定时间内完成,我希望程序被终止。
I'll write a script that runs a program and wait for it finished. But if the program is not finished within a specified time I want that the program is killed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个执行此操作的脚本。请参阅 Windows PowerShell 博客了解原来的例子。
Here is a script which does that. See Windows PowerShell Blog for the original example.