<?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: How to: automatically restart Time Capsule (AppleScript/iCal)</title>
	<atom:link href="http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/feed" rel="self" type="application/rss+xml" />
	<link>http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical</link>
	<description>Through the eyes of David Chan</description>
	<lastBuildDate>Wed, 01 Feb 2012 00:37:26 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Utilkgarth</title>
		<link>http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/comment-page-1#comment-1237</link>
		<dc:creator>Utilkgarth</dc:creator>
		<pubDate>Sun, 11 Dec 2011 07:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://adavidchan.com/?p=150#comment-1237</guid>
		<description>cheap   to take huge discount  for gift</description>
		<content:encoded><![CDATA[<p>cheap   to take huge discount  for gift</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/comment-page-1#comment-1222</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Mon, 17 Oct 2011 10:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://adavidchan.com/?p=150#comment-1222</guid>
		<description>This is the script I&#039;m using edited from yours and I&#039;m assuming after &quot;click menu &#039;Base Station&quot;&quot; that line you could use the &quot;key code 125&quot; to choose which AirPort/Time Capsule you are looking to restart.

I also had to enable &quot;access for assistive devices&quot; under the Universal Access panel under System Preferences.




tell application &quot;AirPort Utility&quot;
	activate
end tell

tell application &quot;System Events&quot;
	delay 10
	click menu &quot;Base Station&quot; of menu bar 1 of process &quot;AirPort Utility&quot;
	key code 125
	key code 125
	key code 125
	key code 125
	key code 36
	delay 5
end tell

tell application &quot;AirPort Utility&quot;
	quit
end tell</description>
		<content:encoded><![CDATA[<p>This is the script I&#8217;m using edited from yours and I&#8217;m assuming after &#8220;click menu &#8216;Base Station&#8221;" that line you could use the &#8220;key code 125&#8243; to choose which AirPort/Time Capsule you are looking to restart.</p>
<p>I also had to enable &#8220;access for assistive devices&#8221; under the Universal Access panel under System Preferences.</p>
<p>tell application &#8220;AirPort Utility&#8221;<br />
	activate<br />
end tell</p>
<p>tell application &#8220;System Events&#8221;<br />
	delay 10<br />
	click menu &#8220;Base Station&#8221; of menu bar 1 of process &#8220;AirPort Utility&#8221;<br />
	key code 125<br />
	key code 125<br />
	key code 125<br />
	key code 125<br />
	key code 36<br />
	delay 5<br />
end tell</p>
<p>tell application &#8220;AirPort Utility&#8221;<br />
	quit<br />
end tell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clementine Hoglund</title>
		<link>http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/comment-page-1#comment-1186</link>
		<dc:creator>Clementine Hoglund</dc:creator>
		<pubDate>Tue, 19 Jul 2011 09:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://adavidchan.com/?p=150#comment-1186</guid>
		<description>Some mothers do have em</description>
		<content:encoded><![CDATA[<p>Some mothers do have em</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/comment-page-1#comment-1107</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Wed, 22 Sep 2010 13:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://adavidchan.com/?p=150#comment-1107</guid>
		<description>nice script--  my backups  to TC  were constantly failing  once a day-   and I got tired of troubleshooting without a fix-

All I knew  when I rebooted  TC-- all was good-


My only problem  is that  airport utility stays open  after script  runs-  I tried to add  
delay 5
	quit

at the end-   but it left me with TC  not able to backup again- 


So is this the correct  commant to close down  airport utility???</description>
		<content:encoded><![CDATA[<p>nice script&#8211;  my backups  to TC  were constantly failing  once a day-   and I got tired of troubleshooting without a fix-</p>
<p>All I knew  when I rebooted  TC&#8211; all was good-</p>
<p>My only problem  is that  airport utility stays open  after script  runs-  I tried to add<br />
delay 5<br />
	quit</p>
<p>at the end-   but it left me with TC  not able to backup again- </p>
<p>So is this the correct  commant to close down  airport utility???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob S</title>
		<link>http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/comment-page-1#comment-885</link>
		<dc:creator>Rob S</dc:creator>
		<pubDate>Fri, 08 Jan 2010 09:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://adavidchan.com/?p=150#comment-885</guid>
		<description>As the airports are listed in alpha order I added a number of these:

key code 125

which is just a down arrow keystroke... Not sure how to do it any other way.</description>
		<content:encoded><![CDATA[<p>As the airports are listed in alpha order I added a number of these:</p>
<p>key code 125</p>
<p>which is just a down arrow keystroke&#8230; Not sure how to do it any other way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Sterling</title>
		<link>http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/comment-page-1#comment-853</link>
		<dc:creator>David Sterling</dc:creator>
		<pubDate>Sat, 02 Jan 2010 15:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://adavidchan.com/?p=150#comment-853</guid>
		<description>How would you modify this script to select a specific airport? I have searched high and low and no one has documented this and I have no experience writing scripts.  Thanks  david</description>
		<content:encoded><![CDATA[<p>How would you modify this script to select a specific airport? I have searched high and low and no one has documented this and I have no experience writing scripts.  Thanks  david</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebooting an Airport Extreme via AppleScript. &#171; Der Flounder</title>
		<link>http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/comment-page-1#comment-464</link>
		<dc:creator>Rebooting an Airport Extreme via AppleScript. &#171; Der Flounder</dc:creator>
		<pubDate>Sat, 29 Nov 2008 22:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://adavidchan.com/?p=150#comment-464</guid>
		<description>[...] but I was able to pull together the following script using this entry from MacOSXHints, as well as this one from David [...]</description>
		<content:encoded><![CDATA[<p>[...] but I was able to pull together the following script using this entry from MacOSXHints, as well as this one from David [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks about Applescript</title>
		<link>http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/comment-page-1#comment-459</link>
		<dc:creator>Bookmarks about Applescript</dc:creator>
		<pubDate>Sat, 04 Oct 2008 10:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://adavidchan.com/?p=150#comment-459</guid>
		<description>[...] - bookmarked by 4 members originally found by jgyoungmd on 2008-09-14  How to: automatically restart Time Capsule (AppleScript/iCal)  http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/ - bookmarked by 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; bookmarked by 4 members originally found by jgyoungmd on 2008-09-14  How to: automatically restart Time Capsule (AppleScript/iCal)  <a href="http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/" rel="nofollow">http://adavidchan.com/how-to-automatically-restart-time-capsule-applescriptical/</a> &#8211; bookmarked by 1 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

