<?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: Zero-out all vm&#8217;s from just one script!</title>
	<atom:link href="http://www.yellow-bricks.com/2008/12/12/zero-out-all-vms-from-just-one-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com/2008/12/12/zero-out-all-vms-from-just-one-script/</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Fri, 19 Mar 2010 17:57:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Duncan</title>
		<link>http://www.yellow-bricks.com/2008/12/12/zero-out-all-vms-from-just-one-script/comment-page-1/#comment-2479</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Sat, 14 Feb 2009 09:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1246#comment-2479</guid>
		<description>yes it&#039;s just an example of how to run a script inside a VM from the outside. You would still need to create a loop or just use the line an x amount of times.</description>
		<content:encoded><![CDATA[<p>yes it&#8217;s just an example of how to run a script inside a VM from the outside. You would still need to create a loop or just use the line an x amount of times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://www.yellow-bricks.com/2008/12/12/zero-out-all-vms-from-just-one-script/comment-page-1/#comment-2474</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Fri, 13 Feb 2009 18:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1246#comment-2474</guid>
		<description>The tittle of your post says &quot;all vms&quot; but the command specifies only 1 vm (windows.vmx). Am I misunderstanding it?</description>
		<content:encoded><![CDATA[<p>The tittle of your post says &#8220;all vms&#8221; but the command specifies only 1 vm (windows.vmx). Am I misunderstanding it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody Bunch</title>
		<link>http://www.yellow-bricks.com/2008/12/12/zero-out-all-vms-from-just-one-script/comment-page-1/#comment-2037</link>
		<dc:creator>Cody Bunch</dc:creator>
		<pubDate>Tue, 16 Dec 2008 16:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1246#comment-2037</guid>
		<description>I&#039;ve been doing quite a bit of work in VIX as well. Zeroing out is just one of the many, many cool things you can do http://professionalvmware.com/category/vix/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been doing quite a bit of work in VIX as well. Zeroing out is just one of the many, many cool things you can do <a href="http://professionalvmware.com/category/vix/" rel="nofollow">http://professionalvmware.com/category/vix/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Epping</title>
		<link>http://www.yellow-bricks.com/2008/12/12/zero-out-all-vms-from-just-one-script/comment-page-1/#comment-1981</link>
		<dc:creator>Duncan Epping</dc:creator>
		<pubDate>Fri, 12 Dec 2008 20:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1246#comment-1981</guid>
		<description>that&#039;s not my password :)</description>
		<content:encoded><![CDATA[<p>that&#8217;s not my password <img src='http://www.yellow-bricks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. Mikkelsen</title>
		<link>http://www.yellow-bricks.com/2008/12/12/zero-out-all-vms-from-just-one-script/comment-page-1/#comment-1980</link>
		<dc:creator>A. Mikkelsen</dc:creator>
		<pubDate>Fri, 12 Dec 2008 19:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1246#comment-1980</guid>
		<description>Hi,
You might for future referance remember to remove your pwd from the script ;-)
But thanks for the idear, I was looking for something lige that, and your post gave me just the input i needed.

A. Mikkelsen</description>
		<content:encoded><![CDATA[<p>Hi,<br />
You might for future referance remember to remove your pwd from the script <img src='http://www.yellow-bricks.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
But thanks for the idear, I was looking for something lige that, and your post gave me just the input i needed.</p>
<p>A. Mikkelsen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carter Shanklin</title>
		<link>http://www.yellow-bricks.com/2008/12/12/zero-out-all-vms-from-just-one-script/comment-page-1/#comment-1975</link>
		<dc:creator>Carter Shanklin</dc:creator>
		<pubDate>Fri, 12 Dec 2008 06:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1246#comment-1975</guid>
		<description>runScriptInGuest requires two arguments, a script interpreter as well as the script. For running a VBS in Windows you can just use runProgramInGuest.</description>
		<content:encoded><![CDATA[<p>runScriptInGuest requires two arguments, a script interpreter as well as the script. For running a VBS in Windows you can just use runProgramInGuest.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
