Subject: Killing a windows process
From: "Joe Van Dyk" <joevandyk@ a . m
Date: Sat, 28 Oct 2006 08:07:13 +0900
Hi,
I'm starting a bunch of processes using win32/process
(http://rubyforge.org/projects/win32utils/). I want to be able to
kill some of those processes. In *nix, I'd send them a TERM signal.
What's the Windows equivalent?
Thanks,
Joe