Hi everybody,

I have to work on a big application. This application consists in several processes.

The processes are launched with a batch file (START command).
When the administrator wants to stop the application, another batch file is launched. It contains KILL commands :
KILL process1
KILL process2
and so on.

It seems that the destructor of each application is not called.

Can someone confirm that last point ? If so, how can I do to detect the end of an application ?

Thanks.