<?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"
	>
<channel>
	<title>Comments on: Scheduling Workflows with Energy Saver</title>
	<atom:link href="http://automatorworld.com/archives/scheduling-workflows-with-energy-saver/feed/" rel="self" type="application/rss+xml" />
	<link>http://automatorworld.com/archives/scheduling-workflows-with-energy-saver/</link>
	<description>Better Living Through Macintosh Scripting</description>
	<pubDate>Wed, 20 Aug 2008 11:58:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: John</title>
		<link>http://automatorworld.com/archives/scheduling-workflows-with-energy-saver/#comment-4892</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 16 Jun 2006 13:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/archives/scheduling-workflows-with-energy-saver/#comment-4892</guid>
		<description>&lt;p&gt;Hi, you need to check that ical is running i think... it works on my imac&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, you need to check that ical is running i think&#8230; it works on my imac</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://automatorworld.com/archives/scheduling-workflows-with-energy-saver/#comment-3298</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 30 May 2006 22:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/archives/scheduling-workflows-with-energy-saver/#comment-3298</guid>
		<description>&lt;p&gt;I got it working doing this:&lt;/p&gt;

&lt;p&gt;1) Create the workflow as described in the tutorial
2) Save the workflow as an iCal plug-in (Save As Plug-in-&#62;iCal)
3) Adjust the time (in iCal) you want the alarm to begin
4) Set the mac to wake up 1 minute before in the Energy Saver settings&lt;/p&gt;

&lt;p&gt;Voila!&lt;/p&gt;

&lt;p&gt;Hope this helps
Dave&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I got it working doing this:</p>

<p>1) Create the workflow as described in the tutorial
2) Save the workflow as an iCal plug-in (Save As Plug-in-&gt;iCal)
3) Adjust the time (in iCal) you want the alarm to begin
4) Set the mac to wake up 1 minute before in the Energy Saver settings</p>

<p>Voila!</p>

<p>Hope this helps
Dave</p>]]></content:encoded>
	</item>
	<item>
		<title>By: algal</title>
		<link>http://automatorworld.com/archives/scheduling-workflows-with-energy-saver/#comment-3214</link>
		<dc:creator>algal</dc:creator>
		<pubDate>Mon, 29 May 2006 08:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/archives/scheduling-workflows-with-energy-saver/#comment-3214</guid>
		<description>&lt;p&gt;Is there a  way to automatically run an automator workflow or script on wake-from-sleep? This could solve a much bigger problem than making the mac an alarrm clock.&lt;/p&gt;

&lt;p&gt;It could be used to write a script that would automatically mount network shares depending on where you are, by switching off of network location, wireless net name. The main example: automatically mounting your media server when you're at home.&lt;/p&gt;

&lt;p&gt;Such a script would ideally be triggered any time the machine acquired a connection, but it would suffice if it ran on every login or wake-from-sleep. But no one know how to do this without hacking files within /System&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there a  way to automatically run an automator workflow or script on wake-from-sleep? This could solve a much bigger problem than making the mac an alarrm clock.</p>

<p>It could be used to write a script that would automatically mount network shares depending on where you are, by switching off of network location, wireless net name. The main example: automatically mounting your media server when you&#8217;re at home.</p>

<p>Such a script would ideally be triggered any time the machine acquired a connection, but it would suffice if it ran on every login or wake-from-sleep. But no one know how to do this without hacking files within /System</p>]]></content:encoded>
	</item>
	<item>
		<title>By: biru</title>
		<link>http://automatorworld.com/archives/scheduling-workflows-with-energy-saver/#comment-2787</link>
		<dc:creator>biru</dc:creator>
		<pubDate>Sun, 14 May 2006 01:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/archives/scheduling-workflows-with-energy-saver/#comment-2787</guid>
		<description>&lt;p&gt;Uh, login items get executed at LOGIN, not wakeup.&lt;/p&gt;

&lt;p&gt;Why not run it w/ cron or launchd?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Uh, login items get executed at LOGIN, not wakeup.</p>

<p>Why not run it w/ cron or launchd?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://automatorworld.com/archives/scheduling-workflows-with-energy-saver/#comment-2657</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 06 May 2006 06:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/archives/scheduling-workflows-with-energy-saver/#comment-2657</guid>
		<description>&lt;p&gt;I have tried this iTunes wake-up workflow and I can't seem to get it to work. I've followed the instructions to create the workflow but when my computer starts up I get nothing. Should Automator be running, can the computer just be sleeping and wakes up or do I have to shut it down. I feel I'm missing something, probably something simple. Thanks for any comments.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have tried this iTunes wake-up workflow and I can&#8217;t seem to get it to work. I&#8217;ve followed the instructions to create the workflow but when my computer starts up I get nothing. Should Automator be running, can the computer just be sleeping and wakes up or do I have to shut it down. I feel I&#8217;m missing something, probably something simple. Thanks for any comments.</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.135 seconds -->
