How to restart program automatically if it crashes in Windows?

前端 未结 7 1352
走了就别回头了
走了就别回头了 2020-12-30 05:56

How can I start my program automatically if it crashes on windows 2003 server? Sometimes my program just crashes, is there a way in windows or settings that I can set?

7条回答
  •  借酒劲吻你
    2020-12-30 06:20

    You may use some special app like BDV SystemEvents or any other. It allows you to specify application which will be started if some another application is closed. Specify the same application as a Condition and as an Action and you will get expected results.

提交回复
热议问题