[fpc-pascal] TProcess execution
Micha Nelissen
micha at neli.hopto.org
Sat Feb 11 09:48:50 CET 2006
On Wed, 8 Feb 2006 20:30:50 +0100
Micha Nelissen <micha at neli.hopto.org> wrote:
> How can I know whether a TProcess failed when trying to execute it ?
I'm also having problems how to when the process has started or failed. I
thought of trying to see whether its output handle was signalled for
reading, but that doesn't work: the handle is signalled, but
Process.Running is still true if I query it, while the process to be
executed doesn't exist.
Any pointers on this topic are appreciated.
Micha
More information about the fpc-pascal
mailing list