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.
Old posts that have not been replied to for several years.
-
Stylez
- Voice
- Posts: 35
- Joined: Fri Dec 06, 2002 1:32 am
- Location: NS, Canada
-
Contact:
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
-
De Kus
- Revered One
- Posts: 1361
- Joined: Sun Dec 15, 2002 11:41 am
- Location: Germany
Post
by De Kus »
Code: Select all
bind time - "* 24 * * *" proc1
bind time - "* 24 * * *" proc2
what about this?