Question:

Applescript question....?

by  |  earlier

0 LIKES UnLike

Does anyone know how to make a script in script editor that opens an automator program at say 9AM and 3PM automatically?

Doesn't have to be applescript but just something that will work on an intel Macbook pro

thanks!

 Tags:

   Report

1 ANSWERS


  1. Well, all Macs have cron installed, which does scheduling. You need to learn how to use tcsh, because that is how things are executed. For example in /etc/crontab you would add:

    0 (*+3)/2 * * * exec <automator script>

    I'm not sure that will work. Read your man pages: man cron

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.