Hello,
I have to implement an application for scheduling an command line exe to do some background task. I have to support Mac OS 10.4 & above.
Following are requirements of my application:
1. Run at first boot.
2. Set the priority of exe (high/low).
3. Schedule task per user
I have...