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.

How to "stack" binds

Old posts that have not been replied to for several years.
Locked
S
Stylez
Voice
Posts: 35
Joined: Fri Dec 06, 2002 1:32 am
Location: NS, Canada
Contact:

How to "stack" binds

Post by Stylez »

I have a bind that I want to start 2 proc's at the same time every 24hrs:

Code: Select all

bind time - "* 24 * * *" proc1 proc2
Is this how I "stack" it? Because like that I get this error:
wrong # args: should be "bind type flags cmd/mask ?procname?"
Thanks
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

ehm

Post by De Kus »

Code: Select all

bind time - "* 24 * * *" proc1
bind time - "* 24 * * *" proc2
what about this? :D
Locked