<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Valentin Vladescu — Biz Weblog</title>
	
	<link>http://www.vvladescu.com</link>
	<description>A weblog describing the latest trends and tendencies in IT Hardware and Software solutions for Business </description>
	<lastBuildDate>Sun, 05 Feb 2012 10:48:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/vvladescu" /><feedburner:info uri="vvladescu" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>44.43591</geo:lat><geo:long>26.100876</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>vvladescu</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>OSX Running app cleanup</title>
		<link>http://feedproxy.google.com/~r/vvladescu/~3/KBD6iXnwdj8/</link>
		<comments>http://www.vvladescu.com/2012/01/osx-running-app-cleanup/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 22:12:10 +0000</pubDate>
		<dc:creator>vvladescu</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[killall]]></category>

		<guid isPermaLink="false">http://www.vvladescu.com/?p=18</guid>
		<description><![CDATA[Quick and dirty AppleScript to close (not kill, close &#8211; pay attention to any possible dialog boxes) all running apps: &#160; tellapplication &#8220;System Events&#8221; toset quitapps to name ofeveryapplication processwhose visible is true and name isnot &#8220;Finder&#8221; repeatwith closeall in quitapps quitapplication closeall endrepeat &#160; Just compile and run. Via CultOfMac]]></description>
			<content:encoded><![CDATA[<p>Quick and dirty AppleScript to close (not kill, close &#8211; pay attention to any possible dialog boxes) all running apps:</p>
<p>&nbsp;</p>
<blockquote><p><strong>tell</strong><em>application</em> &#8220;System Events&#8221; <strong>to</strong><strong>set</strong> quitapps <strong>to</strong> name <strong>of</strong><strong>every</strong><em>application process</em><strong>whose</strong> visible <strong>is</strong> true <strong>and</strong> name <strong>is</strong><strong>not</strong> &#8220;Finder&#8221;</p>
<p><strong>repeat</strong><strong>with</strong> closeall <strong>in</strong> quitapps</p>
<p><strong>quit</strong><em>application</em> closeall</p>
<p><strong>end</strong><strong>repeat</strong></p>
<p>&nbsp;</p></blockquote>
<p>Just compile and run. Via <a title="CultOfMac Link" href="http://www.cultofmac.com/141924/create-a-quit-everything-app-os-x-tips/" target="_blank">CultOfMac</a></p>
<img src="http://feeds.feedburner.com/~r/vvladescu/~4/KBD6iXnwdj8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vvladescu.com/2012/01/osx-running-app-cleanup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vvladescu.com/2012/01/osx-running-app-cleanup/</feedburner:origLink></item>
	</channel>
</rss>

