【发布时间】:2017-05-16 08:59:46
【问题描述】:
大家好,我该如何编写一个 .bat 文件,它应该在其中执行以下操作
1) on running the script file-> my user app must be executed.
2) continuously or periodically checks if user app is running
3) if app closes it should start the app again.
而且,我怀疑当我的用户应用程序崩溃时,它并没有完全关闭 显示应用程序停止工作错误,我如何绕过这个,以便我的 bat 文件可以检测到应用程序已关闭并需要打开。 ?? 我对此完全陌生,因此非常感谢任何提示和帮助。
【问题讨论】:
标签: windows terminal scripting windows-7