I am using Trent's process.py but I have a problem with killing the processes in windows.
For example :
import process,time
p=process.ProcessOpen('C:\Program Files\Windows Media Player\wmplayer')
time.sleep(3)
p.kill()
time.sleep(3)
p.kill()
will start Media Player without terminating it.
Any suggestions?
Thanks in advance.
Veronica
Discover Yahoo!
Find restaurants, movies, travel & more fun for the weekend. Check it out!
-- http://mail.python.org/mailman/listinfo/python-list