I run a series of timers throughout the day to put info into my channels, but some of these I only want to run Monday to Friday - is it possible with timers to do this? I know you can specify 'a' day, but not sure about a range of days...
I think the best solution would be to have one time bind that triggers a proc once each day and inside that proc you check to see if the other timers/binds should be running that day.
Check out http://www.tcl.tk/man/tcl8.4/TclCmd/clock.htm for info about finding what day it is.