RE: catch kill -9 from unix command prompt

2002-12-17 Thread Bob Showalter
> -Original Message- > From: Ken Lehman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 11:52 AM > To: '[EMAIL PROTECTED]' > Subject: catch kill -9 from unix command prompt > > > Is there a way for my program to execute a few lines of code

RE: catch kill -9 from unix command prompt

2002-12-17 Thread Jensen Kenneth B SrA AFPC/DPDMPQ
Tuesday, December 17, 2002 10:52 AM To: '[EMAIL PROTECTED]' Subject: catch kill -9 from unix command prompt Is there a way for my program to execute a few lines of code before dying when it is sent a kill -9 from a unix shell? The book I have says no, I don't want to ignore the sign

catch kill -9 from unix command prompt

2002-12-17 Thread Ken Lehman
Is there a way for my program to execute a few lines of code before dying when it is sent a kill -9 from a unix shell? The book I have says no, I don't want to ignore the signal, just some clean up. Thanks. -Ken -