| 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??


Have you checked out AssignStream.  It works well.. might be available on *nix
only though.



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

Reply via email to