Hi all, i have an application that needs to run all the time, in the event that the application shuts down/crashes, i need it to restart automatically.
I need it to run as a process and not a service. Is there something eg. batch file/script/ app that i can use which will check up on the application every 5 - 10 mins and if the application process is not running it will automatically start it up...and if the application process is running it would just ignore and not start up a new application process.
I need it to run as a process and not a service. Is there something eg. batch file/script/ app that i can use which will check up on the application every 5 - 10 mins and if the application process is not running it will automatically start it up...and if the application process is running it would just ignore and not start up a new application process.