->I have a win32 executable which runs (created through python script with ->os.popen3(). -> A -quick- fix would be to exec pskill (from the PSTools freeware package www.sysinternals.com). You could also do it via WMI using the Win32_Process object but this is more work than it is worth. -- Sean