Robert P. Ewing wrote:
Using bash, I can capture the full output :-) I think bash and I are going to be friends.
That's a good idea, anyway :-), but just for the record...
But when I try to compile something that uses grx, I don't succeed. From the command line (and sorry, Frank, but redir simply doesn't work on my system: it creates the file, and puts nothing into it),
How did you call redir? You should write the command to be redirected after it (maybe I was unclear on this), e.g.:
redir -e logfile gpc foo.pas
Frank