View Single Post
  #3  
Old 06-14-2008, 07:38 AM
ben428 ben428 is offline
Registered User
 
Join Date: Jun 2008
Posts: 6
Quote:
Originally Posted by dnanian View Post
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" &
Thanks. Can you be a little more specific about how to create and save the shell script? Does it need to be named in a particular way? Do I need to save it in a particular place?

Ben
Reply With Quote