Run some custom code after execute, but before application exit
So basically, I have an app that modifies the registry at run time which breaks portability unless I rewrite it after the fact. I've hacked together two approaches - one using a bat script to launch the app, sleep, and then rewrite the registry, and one using OverrideExecute. It's just a slightly modified version of execute block from the launcher source. The bat file is basically the same thing.