[REBOL] trace should be sendable to a file Re:

2000-09-05 Thread rebol
Hi, use echo echo %logfile.txt trace on run-script-now trace off write ftp://username:[EMAIL PROTECTED] read %logfile.txt >> help echo USAGE: ECHO target DESCRIPTION: Copies console output to a file. ECHO is a function value. ARGUMENTS: target -- (Type: file none) (SPECIA

[REBOL] trace should be sendable to a file

2000-09-05 Thread princepawn
I am developing a script for use at very remote locations. Thus, to debug it, I need to have trace logs sent to me. Ideally, the script would run, dump its trace to a file and just before termination ftp the trace log to my machine. However, it appears that trace output only goes to STDOUT, w