Hi all. I wrote an applescript that is supposed to call another applescript using the osascript command. but the problem is it won’t quit
i do
do shell script “/usr/bin/osascript > /dev/null 2>&1”
quit
the other applescript that i’m calling here is a script that tries to log you out after a period of time. it works fine by itself and from the command line. It’s just when i call it from another applescript that i have the problem where the applet won’t allow itself to be quit.
any ideas what’s going on?