[fpc-pascal] ExecuteProcess
L505
fpc505 at z505.com
Fri Jul 29 01:17:32 CEST 2005
| 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.
More information about the fpc-pascal
mailing list