> Great suggestion! [read stdin] isn't the best thing, as it will block > until the process is done, and then spit out the whole thing, but we > can make this work... I'm on it... Can't we just capture the output in a Tcl variable after each step runs, and then do a puts to stdout and also write it to the log? This seems like a simpler implementation for the same behavior. -Brad