This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

BIND TIME 1 minute

Help for those learning Tcl or writing their own scripts.
Post Reply
e
everythingdaniel
Voice
Posts: 8
Joined: Mon Aug 17, 2009 3:41 pm

BIND TIME 1 minute

Post by everythingdaniel »

Hi, how can I bind a script to run every minute? I have it down to 10min, but would like the lowest I can go.


Thanks!


--Daniel L
User avatar
arfer
Master
Posts: 436
Joined: Fri Nov 26, 2004 8:45 pm
Location: Manchester, UK

Post by arfer »

Though haven't tried it, I would imagine a very simple single character mask would give you every minute.

Code: Select all

bind TIME - * procname
I would take that to mean every minute of every hour of every day of every month of every year. Give it a try and let me know.
I must have had nothing to do
e
everythingdaniel
Voice
Posts: 8
Joined: Mon Aug 17, 2009 3:41 pm

Post by everythingdaniel »

Works great! Thanks!



--Daniel L
Post Reply