<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Apple script for a 1 year long installation!]]></title><description><![CDATA[<p>hi there, I'm not familiar (yet) with apple script :( the following scenario should explain what i need!</p><p>1) the dancers open up the art space for warm up and start the mac mini</p><p>2) isadora should start up and start a certain file  after a delay of 2 min</p><p>3) abelton live should start up and start a certain file after a delay of 2 min  </p><p>4) at a certain hour the mac mini should shut down</p><p>any suggestions are highly appreciated!</p>]]></description><link>https://community.troikatronix.com/topic/4963/apple-script-for-a-1-year-long-installation</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 21:50:32 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/4963.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Jan 2018 08:07:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Tue, 30 Jan 2018 13:23:32 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/378">@maximortal</a> I use task sceduler and always up, alwaysup can monitor your application and restart it if it crashes, it has some utilities for waiting between actions.</p>]]></description><link>https://community.troikatronix.com/post/29137</link><guid isPermaLink="true">https://community.troikatronix.com/post/29137</guid><dc:creator><![CDATA[Fred]]></dc:creator><pubDate>Tue, 30 Jan 2018 13:23:32 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Tue, 30 Jan 2018 10:24:21 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2066">@juriaan</a> said:</p>
<blockquote>AutoHotKey</blockquote>
<p> i'm giving it a wiew. thanks</p>]]></description><link>https://community.troikatronix.com/post/29132</link><guid isPermaLink="true">https://community.troikatronix.com/post/29132</guid><dc:creator><![CDATA[Maximortal]]></dc:creator><pubDate>Tue, 30 Jan 2018 10:24:21 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Mon, 29 Jan 2018 21:30:56 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/378">@maximortal</a></p><p>Hi there,</p><p>For Windows there is AutoHotKey that works great 😀</p>]]></description><link>https://community.troikatronix.com/post/29121</link><guid isPermaLink="true">https://community.troikatronix.com/post/29121</guid><dc:creator><![CDATA[Juriaan]]></dc:creator><pubDate>Mon, 29 Jan 2018 21:30:56 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Mon, 29 Jan 2018 20:33:27 GMT]]></title><description><![CDATA[<p>OT (not so OT)</p><p>i've tried to reach same goal in w10 and schedule  management do not start a specific izzy patch at startup, I found a whorkarund creating a .bat file that run isadora patch an then i've placed this file into startup folder...any other solutions (tryed by me) didn't works...but my workaround can not create a delay between ableton and sadora. Any ideas? or schedule management works on your machine? </p><p>P.S.: i'm on w10 1709</p>]]></description><link>https://community.troikatronix.com/post/29116</link><guid isPermaLink="true">https://community.troikatronix.com/post/29116</guid><dc:creator><![CDATA[Maximortal]]></dc:creator><pubDate>Mon, 29 Jan 2018 20:33:27 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Sun, 28 Jan 2018 12:11:01 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/608">@gapworks</a> </p><p>delay 120 --time in seconds</p>
<p>tell application "Finder"</p>
<p>	</p>
<p>	open POSIX file "path to your specific Ableton file"</p>
<p>	</p>
<p>	delay 10 --time in seconds</p>
<p>	</p>
<p>	tell application "Isadora"</p>
<p>		activate</p>
<p>		</p>
<p>	end tell</p>
<p>end tell</p>]]></description><link>https://community.troikatronix.com/post/29098</link><guid isPermaLink="true">https://community.troikatronix.com/post/29098</guid><dc:creator><![CDATA[Michel]]></dc:creator><pubDate>Sun, 28 Jan 2018 12:11:01 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Sat, 27 Jan 2018 13:11:50 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/608">@gapworks</a> You can tell Ableton to start with a certain file in the preferences. However, I tried to use that feature before (in a similar situation than the one you have, somebody had to turn on automatically an installation) and I found it was acting a bit weird. Live open your file but it's appearing an untitled file (even though you can recognize your file) and it was not working properly time to time.</p><p>I think you can tell your apple script to open "this file" with this "software". I would investigate that way...</p>]]></description><link>https://community.troikatronix.com/post/29093</link><guid isPermaLink="true">https://community.troikatronix.com/post/29093</guid><dc:creator><![CDATA[Maxime]]></dc:creator><pubDate>Sat, 27 Jan 2018 13:11:50 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Sat, 27 Jan 2018 06:59:26 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/608">@gapworks</a> <a href="https://www.ableton.com/answers/open-live-files-with-apple-script">https://www.ableton.com/answer...</a></p>]]></description><link>https://community.troikatronix.com/post/29092</link><guid isPermaLink="true">https://community.troikatronix.com/post/29092</guid><dc:creator><![CDATA[Fred]]></dc:creator><pubDate>Sat, 27 Jan 2018 06:59:26 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Sat, 27 Jan 2018 05:53:17 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/7">@michel</a> one more question. isadora works great because i can tell to use the recent file. abelton starts with an empty file. is there a way to tell abelton what file to use?</p>]]></description><link>https://community.troikatronix.com/post/29091</link><guid isPermaLink="true">https://community.troikatronix.com/post/29091</guid><dc:creator><![CDATA[gapworks]]></dc:creator><pubDate>Sat, 27 Jan 2018 05:53:17 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Thu, 25 Jan 2018 16:30:26 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/7">@michel</a> thanx a lot works great so far! <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/8">@Fred</a> same to you for your help! </p>]]></description><link>https://community.troikatronix.com/post/29062</link><guid isPermaLink="true">https://community.troikatronix.com/post/29062</guid><dc:creator><![CDATA[gapworks]]></dc:creator><pubDate>Thu, 25 Jan 2018 16:30:26 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Thu, 25 Jan 2018 15:04:10 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/608">@gapworks</a> I think it is now in alerts and then choose open file, I dont find any references to this dissapearing in high sierra, but I did see a few notes about setting different alert possibilities in prefrences.</p>]]></description><link>https://community.troikatronix.com/post/29061</link><guid isPermaLink="true">https://community.troikatronix.com/post/29061</guid><dc:creator><![CDATA[Fred]]></dc:creator><pubDate>Thu, 25 Jan 2018 15:04:10 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Thu, 25 Jan 2018 12:30:58 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/608">@gapworks</a></p>
<p>This would be your script to open Isadora with a delay of 120 seconds, you can do the same with ableton. Save the script as application and put it to the startup objects.</p>
<p><span class="Apple-tab-span"></span></p>
<p><span class="Apple-tab-span"></span></p>
<p><span class="Apple-tab-span"></span></p>
<p><span class="Apple-tab-span"></span></p>
<p>delay 120 --time in seconds<br />tell application "Isadora"<br />activate<br />end tell</p>
<p>Best Michel<br /></p>]]></description><link>https://community.troikatronix.com/post/29059</link><guid isPermaLink="true">https://community.troikatronix.com/post/29059</guid><dc:creator><![CDATA[Michel]]></dc:creator><pubDate>Thu, 25 Jan 2018 12:30:58 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Thu, 25 Jan 2018 12:15:29 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/8">@fred</a> thats exactly my problem! no idea about apple script! and the description of your link is different than my calendar in mac high sierra! there is no alert function...</p>]]></description><link>https://community.troikatronix.com/post/29058</link><guid isPermaLink="true">https://community.troikatronix.com/post/29058</guid><dc:creator><![CDATA[gapworks]]></dc:creator><pubDate>Thu, 25 Jan 2018 12:15:29 GMT</pubDate></item><item><title><![CDATA[Reply to Apple script for a 1 year long installation! on Thu, 25 Jan 2018 08:19:43 GMT]]></title><description><![CDATA[<p>make an apple script to start each app, you can export the apple script as an application. You can then go to the calendar and make events that repeat as you need (skipping days you don't need). These events can open your app made with apple script (or even the app directly if you don't need to do anything else to it)</p><p><a href="http://osxdaily.com/2013/04/15/launch-file-app-scheduled-date-mac-os-x/">http://osxdaily.com/2013/04/15...</a></p><p>Use the Schedule feature of Energy Saver preferences to set a time for your Mac to automatically start up, wake, sleep, restart, or shut down.</p><p>You can also just make the apps you need to open on startup.</p><p>A warning note, on shutdown use a script to shutdown all the open apps properly, wait for a while before you shut down the computer. Also disable apple persistence, this can really mess things up with a start up schedule.</p><p>I have had machines running this kind of schedule for months and years. All you need to do to alter stuff this was is change a calendar event, which anyone can do.<br /></p>]]></description><link>https://community.troikatronix.com/post/29054</link><guid isPermaLink="true">https://community.troikatronix.com/post/29054</guid><dc:creator><![CDATA[Fred]]></dc:creator><pubDate>Thu, 25 Jan 2018 08:19:43 GMT</pubDate></item></channel></rss>