Ok, I'm caving and asking for help on this one. I have worked on it for a week. I am calling a web browser for many web sites, video and otherwise, Netflix, hula, adult swim, wunderground, etc. I want to call it via a bat so if I alter flags, or the browser, etc, I need only mod it in one place. I call the .cmd and pass it the site from the gameex config. My trouble is exiting. I am using the map keys option in the external app config to pick up the Esc key and kill the process, which is the bat file GameEx creates to run the my cmd. I have found no way to run any commands on the mapped esc. Run after executes right after my cmd is spawned. If I call my cmd with a wait for process to end, it never seems to run the run after commands. It looks like gameex just kills the original process. I need to run commands on the esc trigger to clean up my processes. Is there a hidden advanced config option in external apps? I tried adding the parameter to the ini, but nothing changed, so I assume not. Is there a better way to handle this? Should I just add the web browser as an EMU and a map file and handle it that way? I don't want to do this as now with the new menu system some are sorted under video, some under games, some under weather, and ecomics menus.