Is it possible to shut down a program that is running from another program.
I have a program (not written by myself) that causes lots of errors when it quits. What I'd like to do is kill this from another program (that I will write) after it has done its job but before it tries to exit itself.
Is this possible and will it leave large chunks of memory still allocated for th program I've shut down?
I know the whle thing is a bodge but seeing as I dont have any source code for the original program I couldn't change it so it works properly.
Thanks
elziko
I have a program (not written by myself) that causes lots of errors when it quits. What I'd like to do is kill this from another program (that I will write) after it has done its job but before it tries to exit itself.
Is this possible and will it leave large chunks of memory still allocated for th program I've shut down?
I know the whle thing is a bodge but seeing as I dont have any source code for the original program I couldn't change it so it works properly.
Thanks
elziko