I am running a program (Win7) which sometimes gets stuck and not responding.
Just wanted your help to write batch process that can check the program status and if it's Not responding then close and open it again
Test this: it should only relaunch be2beat when the task is not responding, and has been killed forcefully.
@echo off
taskkill /im "Be2Beat.exe" /fi "STATUS eq NOT RESPONDING" /f >nul && start "" "C:\Program Files (x86)\Be2Beat\Be2Beat Multimedia Platform\Be2Beat.exe"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With