In our previous episode, Sven Barth said:
> > The -v option should become more verbose, just for hunting such bugs.
> > And the messages should go to stdout instead of stderr, at least on
> > Windows (with poor redirection capabilities).
> 
> StdErr redirection works in Windows the same as on Unix systems.
> 
> c:\>someapp.exe > stdout.txt 2> stderr.txt

Or
someapp.exe  2>&1 > stdoutandstderr.txt

to combine it, but then someapp must flush every line.

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

Reply via email to