I have to create a cocoa GUI application which take user input for executing a task:
- at first boot OR
- at particular time.
The task is a exe (command-line tool that links against the Foundation library) created using XCode.
It is not a windows executable.
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...