<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Restart Classic</title>
	<link>http://www.bradrice.com/wposx/archives/50</link>
	<description>This site is about scripting with a particular emphasis on OS X. Other things OS X, too.</description>
	<pubDate>Thu, 03 Jul 2008 23:37:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: bradrice</title>
		<link>http://www.bradrice.com/wposx/archives/50#comment-131</link>
		<dc:creator>bradrice</dc:creator>
		<pubDate>Mon, 23 Jan 2006 16:19:13 +0000</pubDate>
		<guid>http://www.bradrice.com/wposx/archives/50#comment-131</guid>
		<description>See post 67. I re-wrote this post and tried to explain it a little better. Should work in panther as well as Tiger.&lt;!-- X-spaminator-strike: whitelist, -3 --&gt;&lt;!-- X-spaminator-passed: IP check --&gt;&lt;!-- X-spaminator-passed: email check --&gt;&lt;!-- X-spaminator-passed: author url --&gt;&lt;!-- X-spaminator-passed: comment body --&gt;</description>
		<content:encoded><![CDATA[<p>See post 67. I re-wrote this post and tried to explain it a little better. Should work in panther as well as Tiger.<!-- X-spaminator-strike: whitelist, -3 --><!-- X-spaminator-passed: IP check --><!-- X-spaminator-passed: email check --><!-- X-spaminator-passed: author url --><!-- X-spaminator-passed: comment body --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe T.</title>
		<link>http://www.bradrice.com/wposx/archives/50#comment-128</link>
		<dc:creator>Joe T.</dc:creator>
		<pubDate>Sun, 22 Jan 2006 20:15:55 +0000</pubDate>
		<guid>http://www.bradrice.com/wposx/archives/50#comment-128</guid>
		<description>I was wondering if anyone could give me some advice at how I could get classic to quit by writing an applescript in Panther?  I use a lot of classic apps with my kindergarten and first grade students.  Periodically it acts up when I am not in the lab to assist them if they are using our computer lab with their classroom teachers.  I would like to provide an app to their docks which would kill classic for them and allow it to restart during a normal classic app startup.

Thank you for any help anyone would be willing to provide.


Joe T.</description>
		<content:encoded><![CDATA[<p>I was wondering if anyone could give me some advice at how I could get classic to quit by writing an applescript in Panther?  I use a lot of classic apps with my kindergarten and first grade students.  Periodically it acts up when I am not in the lab to assist them if they are using our computer lab with their classroom teachers.  I would like to provide an app to their docks which would kill classic for them and allow it to restart during a normal classic app startup.</p>
<p>Thank you for any help anyone would be willing to provide.</p>
<p>Joe T.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toby mackenzie</title>
		<link>http://www.bradrice.com/wposx/archives/50#comment-53</link>
		<dc:creator>toby mackenzie</dc:creator>
		<pubDate>Thu, 12 May 2005 05:01:28 +0000</pubDate>
		<guid>http://www.bradrice.com/wposx/archives/50#comment-53</guid>
		<description>instead of:
TruBlueState=$(ps -auxwww &#124; grep TruBlueEnvironment &#124; grep -v grep &#124; awk ‘{print $2}’)
echo $TruBlueState;

kill -9 $TruBlueState

you can just put:
killall -9 TruBlueEnvironment

killall is like kill but uses process name instead of id</description>
		<content:encoded><![CDATA[<p>instead of:<br />
TruBlueState=$(ps -auxwww | grep TruBlueEnvironment | grep -v grep | awk ‘{print $2}’)<br />
echo $TruBlueState;</p>
<p>kill -9 $TruBlueState</p>
<p>you can just put:<br />
killall -9 TruBlueEnvironment</p>
<p>killall is like kill but uses process name instead of id</p>
]]></content:encoded>
	</item>
</channel>
</rss>
