Is it possible to have a program restart automatically if it crashes?
Something like:
Like @T.E.D., we've done this in an application we built. Our application is a windows service, so the helper program stops the service (eventually kill it, if it hangs) and start the service again.