Re: Opening and closing applications periodically
Re: Opening and closing applications periodically
- Subject: Re: Opening and closing applications periodically
- From: Gary Lists <email@hidden>
- Date: Sat, 19 Jul 2003 04:08:35 -0400
On or about 7/19/03 1:54 AM, Donald Hall wrote:
>
arcane argument line to figure out
Arcane?
The format is:
Min Hr Date Month DayOfWeek [1]
That's hardly arcane, Donald.
--
Gary
[1] Standard Cron Format...
Minute Hour Date Month DayofWeek, where:
Minute is 0-59, (the minute of the hour)
Hour is 0-23, (the hour of the day)
Date is 0-31 (the day of the month)
Month is 1-12 (the month)
Dayofweek is 0-6 (Sunday-Saturday)
Each field can specify a single value. That is, if you want something to be
executed on the hour, your minute field would be 0.
Each field can be specify multiple values by placing the desired numbers
separated by commas (no spaces!). That is, if you want something to be
launched on both the hour and the half-hour, your minute field would be
0,30.
Each field can specify a range of values by placing the desired numbers
(inclusive) separated by a dash (no spaces!). That is, if you want something
to be launched during the hours of 8 AM and 5 PM, your hour field would be
8-17.
Each field can be a combination of single values and value ranges. That is,
if you want something to be executed on the hour, on the half hour, and
every
minute from 45 to 50 minutes after the hour, your minute field would be
0,30,45-50.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.