<?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[Need help with AppleScript.]]></title><description><![CDATA[<p dir="auto">First I have never done the scripting and I am pretty bad with writing a code.</p>
<div>I have a problem in hand that AppleScript would probably solve.</div>
<div>So when my computer starts I need one app to complete the startup and have MIDI port active before the other app starts checking available devises while starting up. I put these tho in Login items, but they start too back-to-back.</div>
<div>So I think if I have a AppleScript in Login items instead that initiates the start of these apps one after another I would be set.</div>
<div>Follow Up:</div>
<div>So I modified a script I found to do this</div>
<div>Code:</div>
<div>tell application ”X”</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>open ”Drive name:Users:yourname:Desktop:file1.etc”</div>
<div>delay 3</div>
<div>
<div>tell application ”Y”</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>open ”Drive name:Users:yourname:Desktop:file2.etc”</div>
</div>
<div>I save it as app and put this in login items.</div>
<div>It seems to work. What you think?</div>]]></description><link>https://community.troikatronix.com/topic/26/need-help-with-applescript</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 04:28:30 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/26.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 31 May 2012 07:45:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help with AppleScript. on Sat, 02 Jun 2012 23:33:00 GMT]]></title><description><![CDATA[<p dir="auto">Seems right... though you seem to be missing the "end tell" statement... but in theory the idea that you 1) open app a with file a, 2) delay, 3) open app b with file b would seem to be the right behavior.</p>
<div>Best Wishes,</div>
<div>Mark</div>]]></description><link>https://community.troikatronix.com/post/3198</link><guid isPermaLink="true">https://community.troikatronix.com/post/3198</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Sat, 02 Jun 2012 23:33:00 GMT</pubDate></item></channel></rss>