I am having a problem getting applescripts to run in crontab. by problem, i mean not at all. i'm using the command osascript to call the applescript. It works exactly how it's supposed to if i run it from the command line
osascript getPicURL lib
I did an -se on osascript in the crontab and sent it to a text file. The error i'm getting is
execution error: Finder got an error: Application isn't running. (-600)
has anyone come across this?