crontab interface from Cocoa or CF?
crontab interface from Cocoa or CF?
- Subject: crontab interface from Cocoa or CF?
- From: Alex Rice <email@hidden>
- Date: Fri, 26 Jul 2002 12:05:12 -0600
I noticed that the new iDisk Backup.app creates a crontab entry:
47 1 * * * "/Applications/Backup.app/Contents/MacOS/Backup"
-backupNow >/tmp/backuplog.0000455 2>&1
I want to do something similar for my app. I know how to edit it
with 'crontab -e' , vi, done. However, what's the most elegant
way to manage crontab entries from a Cocoa app?
Alex Rice <email@hidden>
Mindlube Software
http://www.mindlube.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.