> Is there a way to keep my program 'quiet', > or I can customize the output message myself?
Depending on your OS and shell, something like this may work: denethor:~ > /usr/local/pymol/pymol.com >/dev/null 2>/dev/null This works under Bash in any modern Linux distribution, from what I've seen. I suspect it would work on Irix too (still using Bash). I've had the exact same problem- mainly with util.rainbow(). -Nat