<?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>Rupstjarn 55 &#187; Powershell Scripts</title>
	<atom:link href="http://domotica.ronnkvist.nu/category/powershell-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://domotica.ronnkvist.nu</link>
	<description>Domotica - Home Automation</description>
	<lastBuildDate>Thu, 05 Nov 2009 09:57:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Speak</title>
		<link>http://domotica.ronnkvist.nu/blog/2009/11/05/speak/</link>
		<comments>http://domotica.ronnkvist.nu/blog/2009/11/05/speak/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 09:57:40 +0000</pubDate>
		<dc:creator>riro</dc:creator>
				<category><![CDATA[Powershell Scripts]]></category>
		<category><![CDATA[Speak]]></category>

		<guid isPermaLink="false">http://domotica.ronnkvist.nu/?p=185</guid>
		<description><![CDATA[An easy way to get your computer to speak is the object SAPI.SpVoice
A small Powershell-file:

$spv = new-object -com SAPI.SpVoice
$spv.speak($args)
$spv = $null

Then call it like &#8220;.\speak.ps1 Say something&#8221;
]]></description>
			<content:encoded><![CDATA[<p>An easy way to get your computer to speak is the object SAPI.SpVoice</p>
<p>A small Powershell-file:</p>
<pre class="brush: powershell;">
$spv = new-object -com SAPI.SpVoice
$spv.speak($args)
$spv = $null
</pre>
<p>Then call it like &#8220;.\speak.ps1 Say something&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://domotica.ronnkvist.nu/blog/2009/11/05/speak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

