I've written a Tcl script for doing useful stuff like clearing the
console, killing everything and rebatching the last file, a recent
file list, and bound these to widgets in a new toplevel window. At
the moment I activate this new window by opening the Tcl console
window and sourcing the script file containing all the definitions.
I'd like to have this script run on startup - according to the
interpreter there is a tcl_rcFileName which is ~/tclkitrc.tcl, and
I've set the script to this filename in my home directory, but the
script doesn't appear to run. (5.9.0 under Windows98)
Any suggestions as to how I could make this work?
Rod Stephenson