<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Call Automator Workflows from AppleScript</title>
	<atom:link href="http://automatorworld.com/archives/call-automator-workflows-from-applescript/feed/" rel="self" type="application/rss+xml" />
	<link>http://automatorworld.com/archives/call-automator-workflows-from-applescript/</link>
	<description>Better Living Through Macintosh Scripting</description>
	<lastBuildDate>Thu, 05 Aug 2010 13:32:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Fredrik Malvefors</title>
		<link>http://automatorworld.com/archives/call-automator-workflows-from-applescript/comment-page-1/#comment-1194</link>
		<dc:creator>Fredrik Malvefors</dc:creator>
		<pubDate>Mon, 29 Aug 2005 09:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=96#comment-1194</guid>
		<description>&lt;p&gt;Another way to the same resault is to save your Automator script as an application and open it with the tell application string in Apple Script.&lt;/p&gt;

&lt;p&gt;A small script for connecting a hot folder to a Automator script looks like this.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;on adding folder items to this&lt;em&gt;folder after receiving these&lt;/em&gt;items
tell application &quot;The name of your Automator script&quot;
launch
end tell
end adding folder items to&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;/Fredrik&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another way to the same resault is to save your Automator script as an application and open it with the tell application string in Apple Script.</p>

<p>A small script for connecting a hot folder to a Automator script looks like this.</p>

<hr />

<p>on adding folder items to this<em>folder after receiving these</em>items
tell application &#8220;The name of your Automator script&#8221;
launch
end tell
end adding folder items to</p>

<hr />

<p>/Fredrik</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mark chapoton</title>
		<link>http://automatorworld.com/archives/call-automator-workflows-from-applescript/comment-page-1/#comment-1023</link>
		<dc:creator>mark chapoton</dc:creator>
		<pubDate>Mon, 11 Jul 2005 19:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=96#comment-1023</guid>
		<description>&lt;p&gt;&quot;Automator Launcher&quot; gets an invalid connection error message.&lt;/p&gt;

&lt;p&gt;Proper path including the &#039;apple&#039; folder still gets the new workflow window.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;Automator Launcher&#8221; gets an invalid connection error message.</p>

<p>Proper path including the &#8216;apple&#8217; folder still gets the new workflow window.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mark chapoton</title>
		<link>http://automatorworld.com/archives/call-automator-workflows-from-applescript/comment-page-1/#comment-1022</link>
		<dc:creator>mark chapoton</dc:creator>
		<pubDate>Mon, 11 Jul 2005 19:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=96#comment-1022</guid>
		<description>&lt;p&gt;tell application &quot;Automator&quot;
    open &quot;Xik:Library:Application Support:Automator:Workflows:ErasePrefs&quot;
end tell&lt;/p&gt;

&lt;p&gt;Opens automator with a window for a new workflow with the first and only step &quot;get specified finder items&quot; with the my &#039;eraseprefs&#039; name and a blank path.&lt;/p&gt;

&lt;p&gt;Anything obviously in error?  Thanks.&lt;/p&gt;

&lt;p&gt;Event log:
tell application &quot;Automator&quot;
    open &quot;Xik:Library:Application Support:Automator:Workflows:ErasePrefs&quot;
        current application
    open &quot;Xik:Library:Application Support:Automator:Workflows:ErasePrefs&quot;
end tell&lt;/p&gt;

&lt;p&gt;I go this way as no results are forthcoming when a workflow saved as an application is run, beyond the menu bar notification series.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>tell application &#8220;Automator&#8221;
    open &#8220;Xik:Library:Application Support:Automator:Workflows:ErasePrefs&#8221;
end tell</p>

<p>Opens automator with a window for a new workflow with the first and only step &#8220;get specified finder items&#8221; with the my &#8216;eraseprefs&#8217; name and a blank path.</p>

<p>Anything obviously in error?  Thanks.</p>

<p>Event log:
tell application &#8220;Automator&#8221;
    open &#8220;Xik:Library:Application Support:Automator:Workflows:ErasePrefs&#8221;
        current application
    open &#8220;Xik:Library:Application Support:Automator:Workflows:ErasePrefs&#8221;
end tell</p>

<p>I go this way as no results are forthcoming when a workflow saved as an application is run, beyond the menu bar notification series.</p>]]></content:encoded>
	</item>
</channel>
</rss>

