can you afford autosys?

you can also just right a process that loops and checks the time then runs
things as needed 
but that is a hacks since it is what cron does 

autosys is a real nice tool but is quite expensive 


-----Original Message-----
From: jeff [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 28, 2001 12:37 PM
To: Beginners
Subject: RE: Automatic execute of script


Our business hosting service does not allow cron, they recommend checking
with a third party.  I write the scripts on a windows machine and upload
them to the apache Unix server to test and execute them.  Do you know of any
perl modules that self execute?

-----Original Message-----
From: Jeff Liu [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 28, 2001 11:45 AM
To: jeff; Beginners
Subject: RE: Automatic execute of script



If you are using Unix, add your script in /etc/crontab like this.

0 3 * * * root /usr/local/bin/your-script

0 means run at minute 0.
3 means run at 3:00a.m.
* means every day

Jeff Liu


-----Original Message-----
From: jeff [mailto:[EMAIL PROTECTED]]
Sent: December 28, 2001 11:41 AM
To: Beginners
Subject: Automatic execute of script


Does anyone know how to get a script to execute at a predefined time without
user interaction.  I would like to monitor my sys clock and have the perl
script execute.  Thanks

Jeff


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the designated 
recipient(s) named above.  If you are not the intended recipient of this message you 
are hereby notified that any review, dissemination, distribution or copying of this 
message is strictly prohibited.  This communication is for information purposes only 
and should not be regarded as an offer to sell or as a solicitation of an offer to buy 
any financial product, an official confirmation of any transaction, or as an official 
statement of Lehman Brothers.  Email transmission cannot be guaranteed to be secure or 
error-free.  Therefore, we do not represent that this information is complete or 
accurate and it should not be relied upon as such.  All information is subject to 
change without notice.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to