Hello, At Jan.21,2003 22:56:37, <sdate / kc.rr.com> wrote on "Re: [WIN] killing a process" : > > In 1.7 or later, Process.kill uses TerminateProcess() when > > SIGNAL is KILL. > > Yes, that worked ! Thanks a lot ... > > Are all the SIGNAL values documented somewhere ? In 1.7 or later, these signals are defined: INT (2) ILL (4) FPE (8) KILL (9) SEGV (11) TERM (15) ABRT (22) Maybe this is the first document about mswin32's signal in English :) Regards, -- U.Nakamura <usa / osb.att.ne.jp>