Run AppleScript at specific time

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

Re: Run AppleScript at specific time Tue Mar 05, 2013 12:55 pm • by a_freyer
What is the order of your rules for this particular folder?

Can you type out your timing rule so that we can see it? Like this:

Code: Select all
if (all) of the following conditions are met for (the file or folder being processed):
     …

Do the following to the matched file or folder:
     …
a_freyer
 
Posts: 631
Joined: Tue Sep 30, 2008 9:21 am
Location: Colorado

Re: Run AppleScript at specific time Tue Mar 05, 2013 1:54 pm • by a_freyer
Hmm. I think your basic assumptions are all correct. I'm not sure why this isn't functioning properly... I'll continue to investigate.
a_freyer
 
Posts: 631
Joined: Tue Sep 30, 2008 9:21 am
Location: Colorado

Re: Run AppleScript at specific time Tue Mar 05, 2013 2:12 pm • by a_freyer
The only thing I might suggest is to order the rules chronologically, but I'd be surprised if that is the solution.
a_freyer
 
Posts: 631
Joined: Tue Sep 30, 2008 9:21 am
Location: Colorado

Re: Run AppleScript at specific time Tue Mar 05, 2013 2:20 pm • by a_freyer
I'm not sure it really matters where time-based rules go except if you'd like your actions to run on the folders themselves.

As far as your bonus question - no, folder order doesn't really effect anything.
a_freyer
 
Posts: 631
Joined: Tue Sep 30, 2008 9:21 am
Location: Colorado

Re: Run AppleScript at specific time Tue Mar 05, 2013 4:48 pm • by Mr_Noodle
Did you check the logs? Perhaps the rules are running but your script has an error.
Mr_Noodle
Site Admin
 
Posts: 11872
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City


Return to Support