<?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>Isaac&#039;s Blog &#187; pause</title>
	<atom:link href="http://blog.isaacblum.com/tag/pause/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.isaacblum.com</link>
	<description>So Many Rambles So Little Time....</description>
	<lastBuildDate>Fri, 14 May 2010 20:26:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PowerShell Pause</title>
		<link>http://blog.isaacblum.com/2009/12/31/powershell-pause/</link>
		<comments>http://blog.isaacblum.com/2009/12/31/powershell-pause/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 19:36:20 +0000</pubDate>
		<dc:creator>Isaac Blum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Free Help]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[pause]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/2009/12/31/powershell-pause/</guid>
		<description><![CDATA[Add the below code to any PowerShell script to call a pause. This code is made possible by http://blogs.msdn.com/powershell/archive/2007/02/25/pause.aspx 1 2 3 4 5 6 function Pause &#40;$Message=&#34;Press any key to continue...&#34;&#41; &#123; Write-Host -NoNewLine $Message $null = $Host.UI.RawUI.ReadKey&#40;&#34;NoEcho,IncludeKeyDown&#34;&#41; Write-Host &#34;&#34; &#125;]]></description>
			<content:encoded><![CDATA[<p>Add the below code to any PowerShell script to call a pause.</p>
<p>This code is made possible by http://blogs.msdn.com/powershell/archive/2007/02/25/pause.aspx</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="powershell" style="font-family:monospace;"><span style="color: #0000FF;">function</span> Pause <span style="color: #000000;">&#40;</span><span style="color: #800080;">$Message</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;Press any key to continue...&quot;</span><span style="color: #000000;">&#41;</span>
<span style="color: #000000;">&#123;</span>
<span style="color: #008080; font-weight: bold;">Write-Host</span> <span style="color: #008080; font-style: italic;">-NoNewLine</span> <span style="color: #800080;">$Message</span>
<span style="color: #800080;">$null</span> <span style="color: pink;">=</span> <span style="color: #000080;">$Host</span>.UI.RawUI.ReadKey<span style="color: #000000;">&#40;</span><span style="color: #800000;">&quot;NoEcho,IncludeKeyDown&quot;</span><span style="color: #000000;">&#41;</span>
<span style="color: #008080; font-weight: bold;">Write-Host</span> <span style="color: #800000;">&quot;&quot;</span>
<span style="color: #000000;">&#125;</span></pre></td></tr></table></div>

<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.isaacblum.com%2F2009%2F12%2F31%2Fpowershell-pause%2F&amp;linkname=PowerShell%20Pause"><img src="http://blog.isaacblum.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2009/12/31/powershell-pause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
