Hi,

Is there a way to launch an external command, feed its input and catch its output on Unix? AFAIK POpen allows to get hold of the input or output, but not both - or am I missing something? Of course, one could open a temporary file to store the command's input or output and then redirect,
but it's not what I need.

Any help appreciated,

Adam
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to