signal = 4 # or 9 if you really want to take it out :-) Process.kill signal, pid pth On 10/27/06, Joe Van Dyk <joevandyk / gmail.com> wrote: > 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 > >