在特定条件下重新启动另一个程序的简单程序
基本上,如果程序以非零值退出,我需要重新启动程序。
我相信这将是一个简单的程序,可能可以用 BAT 文件中的几行代码来编写。我想知道是否有人已经编写了类似的程序并想分享它。
Basically I need to restart a program if it quits with a value other than zero.
I believe it will be a simple program probably can be made with a few lines of code in a BAT file. I'm wondering if someone has already written similar program and want to share it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在Python中:
In Python:
这是批处理中的一个简单示例:
This is a simple example in Batch: