I already know how to prevent multiple instance of my own application. However, I am drawing a blank on how to prevent the spawning of a second instance of another application. I know about the taskkill command and scheduling the batch file to run.
I want to detect when "parser.exe" spawns a second instance and kill off that second process.