
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hubionmac.com &#187; screencapture</title>
	<atom:link href="http://hubionmac.com/wordpress/tag/screencapture/feed/" rel="self" type="application/rss+xml" />
	<link>http://hubionmac.com/wordpress</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 11:17:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Applescript: Bildschirmfoto alle 30 Sekunden (nur das Geräusch verrät einen ;-))</title>
		<link>http://hubionmac.com/wordpress/2010/02/applescript-bildschirmfoto-alle-30-sekunden-nur-das-gerausch-verrat-einen/</link>
		<comments>http://hubionmac.com/wordpress/2010/02/applescript-bildschirmfoto-alle-30-sekunden-nur-das-gerausch-verrat-einen/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 00:25:02 +0000</pubDate>
		<dc:creator>hubi</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[screen shot]]></category>
		<category><![CDATA[screencapture]]></category>

		<guid isPermaLink="false">http://hubionmac.com/wordpress/?p=1954</guid>
		<description><![CDATA[Das hier als AppleScript-File abspeichern Code zum markieren einmal anklicken Code im Skript-Editor öffnen set dFolder to "~/Desktop/screencapture/" do shell script ("mkdir -p " &#38; dFolder) repeat 2 times set dateTime to do shell script "date +%Y%m%d_%H%M%S" do shell script ("screencapture " &#38; dFolder &#38; dateTime &#38; ".png") -- Capture screen. delay 2 -- Wait [...]]]></description>
			<content:encoded><![CDATA[<p>Das hier als AppleScript-File abspeichern</p>
<div>
<div style="clear: left; font-size: 0.8em;"><em>Code zum markieren einmal anklicken <a href="#" onclick="selectThis(this.parentNode.parentNode.parentNode.getElementsByTagName('div')[1]);buildAppleScriptLink();">Code im Skript-Editor öffnen</a></em></div>
<div class="hubionmac_codebox" onclick="selectThis(this);">
<p style="margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.6px; font: 12.0px Verdana"><b>set</b> <span style="color: #2d9600">dFolder</span> <b>to</b> "~/Desktop/screencapture/"</p>
<p style="margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.6px; font: 12.0px Verdana; min-height: 15.0px"></p>
<p style="margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.6px; font: 12.0px Verdana"><span style="color: #2000c0"><b>do shell script</b></span> ("mkdir -p " &amp; <span style="color: #2d9600">dFolder</span>)</p>
<p style="margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.6px; font: 12.0px Verdana; min-height: 15.0px"></p>
<p style="margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.6px; font: 12.0px Verdana"><b>repeat</b> 2 <b>times</b></p>
<p style="margin: 0.0px 0.0px 0.0px 83.2px; text-indent: -83.2px; font: 12.0px Verdana"><span class="Apple-tab-span" style="white-space:pre">	</span><b>set</b> <span style="color: #2d9600">dateTime</span> <b>to</b> <span style="color: #2000c0"><b>do shell script</b></span> "date +%Y%m%d_%H%M%S"</p>
<p style="margin: 0.0px 0.0px 0.0px 83.2px; text-indent: -83.2px; font: 12.0px Verdana"><span class="Apple-tab-span" style="white-space:pre">	</span><span style="color: #2000c0"><b>do shell script</b></span> ("screencapture " &amp; <span style="color: #2d9600">dFolder</span> &amp; <span style="color: #2d9600">dateTime</span> &amp; ".png") <span style="color: #5e6161">-- Capture screen.</span></p>
<p style="margin: 0.0px 0.0px 0.0px 83.2px; text-indent: -83.2px; font: 12.0px Verdana; color: #5e6161"><span style="color: #000000"><span class="Apple-tab-span" style="white-space:pre">	</span></span><span style="color: #2000c0"><b>delay</b></span><span style="color: #000000"> 2 </span>-- Wait for 30 seconds.</p>
<p style="margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.6px; font: 12.0px Verdana"><b>end</b> <b>repeat</b></p>
</div>
</div>
<p>und crontab  ablaufen lassen...<br />
z.B.<br />
<code>40     8       *       *       *       osascript /Users/hubi/scripts/screenshooter.scpt</code><br />
Ach, wie sinnlos praktisch =)</p>
<h3  class="related_post_title">Ähnliche Themen</h3><ul class="related_post"><li>September 3, 2010 -- <a href="http://hubionmac.com/wordpress/2010/09/mail-angehangte-pdfs-direkt-drucken-als-regel/" title="Mail: angehängte PDFs direkt drucken als Regel&#8230;">Mail: angehängte PDFs direkt drucken als Regel&#8230;</a></li><li>May 14, 2010 -- <a href="http://hubionmac.com/wordpress/2010/05/pdf-wasserzeichen-die-ii-12/" title="PDF Wasserzeichen die II 1/2.">PDF Wasserzeichen die II 1/2.</a></li><li>May 5, 2010 -- <a href="http://hubionmac.com/wordpress/2010/05/safari-offne-alle-javascript-links/" title="Safari: Öffne alle JavaScript Links">Safari: Öffne alle JavaScript Links</a></li><li>April 26, 2010 -- <a href="http://hubionmac.com/wordpress/2010/04/mac-adressen-filter-der-airport-station-per-script-befullen/" title="MAC-Adressen Filter der Airport-Station per Script befüllen">MAC-Adressen Filter der Airport-Station per Script befüllen</a></li><li>April 25, 2010 -- <a href="http://hubionmac.com/wordpress/2010/04/zugehorige-zeilen-zusammenfuhren/" title="Zugehörige Zeilen zusammenführen">Zugehörige Zeilen zusammenführen</a></li><li>April 24, 2010 -- <a href="http://hubionmac.com/wordpress/2010/04/hubis-address-book-scripts/" title="Hubi&#8217;s Address Book Scripts">Hubi&#8217;s Address Book Scripts</a></li><li>April 16, 2010 -- <a href="http://hubionmac.com/wordpress/2010/04/text-encoding-in-datei-andern/" title="Text Encoding in Datei ändern">Text Encoding in Datei ändern</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://hubionmac.com/wordpress/2010/02/applescript-bildschirmfoto-alle-30-sekunden-nur-das-gerausch-verrat-einen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
