Hi, I'm new to TCL - I wrote the bulk of the script in 5 minutes, and have spent over an hour searching for the answer to something simple - I'm quite frustrated now.
Ok...
#!/usr/bin/wish -f
button .b -text "Monitor off in 20s" -command {exit}
pack.b
BUT, all I want to do is run the commands...