I launched my application using an applescript.
Now I need to use methods in my application.
Is this possible using applescript?
On 7/20/09 5:48 PM, "Jerry Krinock" wrote:
>
> On 2009 Jul 20, at 02:06, rethish wrote:
>
>> I had tried using a plist file and launchd to do it, but it always
>
Take a look at an application I publish called "Script Timer". It
will do what you want. It has a wide variety of scheduling options:
specified time of the day, week, month, or year, on a repeating
interval, and when certain events occur such as the start or end of
idle of your computer, as wel
On 2009 Jul 20, at 02:06, rethish wrote:
I had tried using a plist file and launchd to do it, but it always
opens in
a new application.
Instead of launching your application directly, you need to have
launchd launch a little process of some kind which will do what you
want.
Is this
hi,
I want to schedule my application on a specified time.
When the application is not running , the application should open on the
specified time and process the scheduled task .
If the application is running , the scheduled task should be processed
within the application [without opening in a