View Single Post
  #2  
Old 06-13-2008, 10:02 PM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
Well, you could save your script as a compiled script, and then create a shell script that says:

Code:
#!/bin/sh
nohup /bin/bash -c "sleep 30; osascript path-to-your-script" &
__________________
--Dave Nanian
Reply With Quote