[REBOL] Starting and killing a process
From: maarten::koopmans::surfnet::nl at: 19-Dec-2002 13:03
Hi list,
I need to start and later on kill a process on windows. I can start
using call and I know the name of the process, but how to kill it?
And I also like to trap a "kill" using the system port so I can kill the
subprocess.
But... I have no idea how to use the system port, nor do I know the
windows API too well (and its events , and, and, ...)
I think I saw somebody posting some stuff (Gregg?), can anyboyd help me?
(I noticed the call/info in the SDK, but... id is set to none :( )
Thanks in advance,
Maarten