Run and terminate a prgram (Python under Windows)
- by Fredrich
I'd like to create a small script to that basically does this: run program1.exe -- kill program1.exe after n seconds -- run program1.exe again.
I know some basic Python and would read up on this, but I'm in a bit of a hurry and just need this to get done asap.
If someone has a script/idea or could help my out with just the syntax I need to open and kill the .exe file, please... I don't mind solutions in other languages either. I'm sorry if this is a bit "please write my code"-ish, that's not something I typically do.