Quoth yahav Biran: > Crontab is not an option since I don't get crontab access in the machines > that my application is running.
Cron _is_ the answer to this. Alternatively, use at(1) and add another invocation of at(1) at the end of your own script. But test cron - use crontab(1) as in `crontab -l` to see if you have access/tab and `crontab -e` to actually edit the thing. M -- ---MAV Marc A. Volovic [EMAIL PROTECTED] Swiftouch, LTD +972-544-676764 ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
