Re: How to schedule an application

2009-08-04 Thread rethish
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 >

Re: How to schedule an application

2009-07-20 Thread Donald Hall
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

Re: How to schedule an application

2009-07-20 Thread Jerry Krinock
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

How to schedule an application

2009-07-20 Thread rethish
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