X-Centric wrote:
> because I always get an EAccessViolation error when i try to quit my
> program, I want to kill the process of it everytime it finishes its
> task.
> and then rerun it.
If this is your own program, and you have a bug, fix it.
Each time you put off a fix, you push down the quality of your code, and the
quality of your development process. The lower quality gets, the longer you
will take to add each new feature. This path is not sustainable.
If you can't fix it, rewrite the program from scratch, and this time use
unit tests and decoupled modules.
> can someone tell me how to do this ?
Google for my street name and "killall".
--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand