[lazarus] IPC question...
Tom Lisjac
netdxr at adelphia.net
Fri May 2 08:40:40 EDT 2003
> + With Process1 do
> + Begin
> + CommandLine:='/usr/bin/find /usr';
> + Active:=True;
> + End;
> +
> + This creates a process... but it allocates zero ram and doesn't execute
> + the find command.
> Ehm, where and how did you create it ?
I dropped a TProcess component on a blank form along with two buttons...
one to initialize CommandLine and set Active true... and the other to
set active false.
More information about the Lazarus
mailing list