Re: Scheduling application

2009-04-28 Thread Jerry Krinock
On 2009 Apr 28, at 00:35, Mahaboob wrote: The folder permission of LaunchDaemons is read only. So I can't write the plist file into this folder programmatically. How can I do it? First, read or re-read Apple's TN2083 and verify that your ^really^ need to create a system daemon instead of a

Scheduling application

2009-04-27 Thread Mahaboob
I used launchd to schedule my application. I created plist in LaunchAgents by setting the keys Label, onDemand, ProgramArguments and startCalenderInterval. Then I loaded the plist using the terminal. It is working fine. Now I need to launch the application without using terminal. How can I do it?

Re: Scheduling application

2009-04-27 Thread Scott Ribe
Put the plist in /Library/LaunchDaemons, and make sure owner is root, and only owner has write access. -- Scott Ribe scott_r...@killerbytes.com http://www.killerbytes.com/ (303) 722-0567 voice ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)