I am trying to kill external running applications like Windows Paint, a .mp3 and similar programs through a python script.
I open the program throughos.startfile
. Any ideas how I can close the programs efficiently? I am using a Windows 7 machine.
I'd appreciate the help a lot! Thanks!