My people have asked about sending stderr to the display when
running the cgos tcl client.   Several people on CGOS use the
perl client because of this.

I think it can be done by appending "2>@ stdout" to the 
command line invocation of your program.   At least in linux.

here is an example bash script to run a hypothetical program
called MyBot while send stdout to the display (as well as the
cgos client information messages:


------------------[ runBot script ]--------------------------

#!/usr/bin/bash

./cgos3-64 MyBot-1.0 aPassWord "./MyBot -l 10 2>@ stdout"  stopMyBot




_______________________________________________
computer-go mailing list
[email protected]
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to