[fpc-pascal] ExecuteProcess
Vincent Snijders
vsnijders at quicknet.nl
Fri Jul 29 06:57:33 CEST 2005
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.
More information about the fpc-pascal
mailing list