Can my mac run a script every 15 minute?
I have osx 10.7 and indesign CS5, and I use a script I run several times a day. Would it be possible to have my mac start this script automatically - maybe every 15 minute?
I have osx 10.7 and indesign CS5, and I use a script I run several times a day. Would it be possible to have my mac start this script automatically - maybe every 15 minute?
Maybe i was not clear, but I'm talking about running an Indesign-script every 15 minute, not just an Apple script.
So question: What is the syntax for running Indesign script from an Apple script?
Hi,
Kevin showed you the syntax to use AppleScript, sthg. like:
--open in Scripteditor, save as Programm with option stay open!
on idle
tell application "Adobe InDesign CS5"
--usage: do script pathToyourScript scriptinglanguage
do script "Mac Red-Grafik 3:Users:claessen:Desktop:FunnyScript.jsx" language javascript --applescript language
end tell
return 900
end idle
Shareware for doing sheduled tasks: hazel
OSX BuiltIn LaunchD
Hope it'll help ![]()
Hans-Gerd Claßen
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.