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.

I need a tcl script to execute a .tcl cmd every 10 minutes

Old posts that have not been replied to for several years.
Locked
S
Skeletor1

Post by Skeletor1 »

Hi all,
I am in need of a tcl script that I can load which would execute a .tcl command in the bot every 10 minutes or so. If someone could give me some idea as to how to accomplish this, I would appreciate it.

The .tcl command works with Ernst's sendftp.tcl except I need the .tcl sendftp command to be done automatically for some channel stats I am running.

Thanks in Advance,
Michael / Skeletor1
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

bind time - "*0 * * * *" command
Locked