Re: How do I schedule a script
Re: How do I schedule a script
- Subject: Re: How do I schedule a script
- From: Stephen Jonke <email@hidden>
- Date: Wed, 14 Jan 2004 17:06:21 -0500
You can run a compiled applescript via cron (and in the terminal or a
shell script) by using the command-line command osascript, such as
this:
/usr/bin/osascript /path/to/the/script.applescript
For cron entries use the full path to the osascript command as shown,
as well as the full path to your script. Your applescript being in the
file "script.applescript" or whatever name you chose.
IMHO Cronnix only makes CRON somewhat easier to use, not easy in a Mac
sense. Still, cron is a service that's built-in and thus "free".
Steve
On Jan 14, 2004, at 4:21 PM, j.e.b. wrote:
Mark
Is it possible to run a compiled script via Cron or just an
application as
you mentioned in your post.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.