in windows i had task manager to schedule certain tasks at a specific time and at specified intervals. apple has this thing called automator (which i hear is only as of this past major release of the OS). i didnt get it at first, but after a few google sessions, i understood the dynamics and began creating helpful little workflows.
i then saved them as applications so they appear in my home dir as filename.app. i realized that that was where automator's usefulness stopped. i could specify a task, but not when and how often to run it. being a former linux advocate i remembered that nifty little tool, cron!
after some google'ing, i found an older post saying that it was indeed possible to run these *.app files using dcron or anacron. google'ed a refresher on simple crontabs and added this via crontab -e
one changes the wallpaper and one takes a screenshot every 30min and sends it to my www folder. i saved the file and checked crontab -l and it showed me the two entries.
but... it's not working. is there some fundamental piece i've overlooked? i know that these workflows function properly as i've tested them thoroughly awhile ago, i had one in my startup list to have a new wallpaper everytime i turned the machine on. so i KNOW that one works. i know that the path specified in the crontab is the path where those files exist. checked caps and everything. i'm at a roadblock.
any help is appreciated!
ryan
i then saved them as applications so they appear in my home dir as filename.app. i realized that that was where automator's usefulness stopped. i could specify a task, but not when and how often to run it. being a former linux advocate i remembered that nifty little tool, cron!
after some google'ing, i found an older post saying that it was indeed possible to run these *.app files using dcron or anacron. google'ed a refresher on simple crontabs and added this via crontab -e
0,30 * * * * /Users/myhomedir/RTdesktop.app
@hourly /Users/myhomedir/STdesktop.app
one changes the wallpaper and one takes a screenshot every 30min and sends it to my www folder. i saved the file and checked crontab -l and it showed me the two entries.
but... it's not working. is there some fundamental piece i've overlooked? i know that these workflows function properly as i've tested them thoroughly awhile ago, i had one in my startup list to have a new wallpaper everytime i turned the machine on. so i KNOW that one works. i know that the path specified in the crontab is the path where those files exist. checked caps and everything. i'm at a roadblock.
any help is appreciated!
ryan