Depends on the platform. In Windows NT, Unix, or OS/2, you'd do something like:
nrc -run hello 2> trace.log
On Windows 95 the stderr output cannot be redirected (<sigh>), so you have to
use the TRACE1 option and capture all of the output to file:
nrc -run -trace1 hello > trace.log
Mike Cowlishaw, IBM Fellow, IBM UK Laboratories
mailto:
[hidden email] [
http://www2.hursley.ibm.com]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>