Darius Blaszijk wrote:
I'm using ExecuteProcess to run a commandline application. This application
returns information to stdout. I have tried to pipe this to a file, but
unfortunately this does not work. I keep getting a message like: "error
resolving case of '>'"
Is ExecuteProcess not capable of handling pipes, is there a workaround, or
an alternative??


The cross platform solution for fpc is using TProcess.
Since it is asked so many times, there is even a wiki page about it:
http://lazarus-ccr.sourceforge.net/kb/index.php/Executing_External_Programs

Vincent.

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

Reply via email to