<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Roman&#039;s Space</title>
	<atom:link href="http://nightroman.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nightroman.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Mon, 19 Nov 2012 15:34:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Watch-Command.ps1 &#8211; watch commands output repeatedly by Thomas G Mayfield</title>
		<link>http://nightroman.wordpress.com/2006/09/26/watch-command-ps1-watch-commands-output-repeatedly/#comment-44</link>
		<dc:creator><![CDATA[Thomas G Mayfield]]></dc:creator>
		<pubDate>Mon, 19 Nov 2012 15:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://nightroman.wordpress.com/2006/09/26/watch-command-ps1-watch-commands-output-repeatedly#comment-44</guid>
		<description><![CDATA[I ended up wrapping it in a function block, and added command/time output similar to the *nix watch command: https://gist.github.com/4111290]]></description>
		<content:encoded><![CDATA[<p>I ended up wrapping it in a function block, and added command/time output similar to the *nix watch command: <a href="https://gist.github.com/4111290" rel="nofollow">https://gist.github.com/4111290</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watch-Command.ps1 &#8211; watch commands output repeatedly by Roman Kuzmin</title>
		<link>http://nightroman.wordpress.com/2006/09/26/watch-command-ps1-watch-commands-output-repeatedly/#comment-43</link>
		<dc:creator><![CDATA[Roman Kuzmin]]></dc:creator>
		<pubDate>Sat, 17 Nov 2012 06:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://nightroman.wordpress.com/2006/09/26/watch-command-ps1-watch-commands-output-repeatedly#comment-43</guid>
		<description><![CDATA[I would include this script in my profile simply as an alias, e.g. &quot;Set-Alias wcm [Path\]Watch-Command.ps1&quot;. Then call it as &quot;wcm&quot;. The Path can be omitted if the script is in the system path. Still, if you want to have it included as a function then wrap the whole script text as &quot;function wcm { the original text }&quot;. Then you can dot-source the script in your profile and this function &quot;wcm&quot; will be available for use.]]></description>
		<content:encoded><![CDATA[<p>I would include this script in my profile simply as an alias, e.g. &#8220;Set-Alias wcm [Path\]Watch-Command.ps1&#8243;. Then call it as &#8220;wcm&#8221;. The Path can be omitted if the script is in the system path. Still, if you want to have it included as a function then wrap the whole script text as &#8220;function wcm { the original text }&#8221;. Then you can dot-source the script in your profile and this function &#8220;wcm&#8221; will be available for use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watch-Command.ps1 &#8211; watch commands output repeatedly by Thomas G Mayfield</title>
		<link>http://nightroman.wordpress.com/2006/09/26/watch-command-ps1-watch-commands-output-repeatedly/#comment-42</link>
		<dc:creator><![CDATA[Thomas G Mayfield]]></dc:creator>
		<pubDate>Thu, 15 Nov 2012 16:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://nightroman.wordpress.com/2006/09/26/watch-command-ps1-watch-commands-output-repeatedly#comment-42</guid>
		<description><![CDATA[A newbie question: How do I include this in my PowerShell profile? If I just:
   . &quot;Watch-Command.ps1&quot;
then it executes as it&#039;s not in a function block.]]></description>
		<content:encoded><![CDATA[<p>A newbie question: How do I include this in my PowerShell profile? If I just:<br />
   . &#8220;Watch-Command.ps1&#8243;<br />
then it executes as it&#8217;s not in a function block.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resize-Console.ps1 &#8211; Resize console window/buffer using arrow keys by Josh</title>
		<link>http://nightroman.wordpress.com/2006/11/17/resize-console-ps1-resize-console-windowbuffer-using-arrow-keys/#comment-25</link>
		<dc:creator><![CDATA[Josh]]></dc:creator>
		<pubDate>Mon, 03 Oct 2011 15:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://nightroman.wordpress.com/2006/11/17/resize-console-ps1-resize-console-windowbuffer-using-arrow-keys#comment-25</guid>
		<description><![CDATA[Hey, this is really cool...nice work.]]></description>
		<content:encoded><![CDATA[<p>Hey, this is really cool&#8230;nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get names of script parameters by Douglas</title>
		<link>http://nightroman.wordpress.com/2008/10/16/get-names-of-script-parameters/#comment-7</link>
		<dc:creator><![CDATA[Douglas]]></dc:creator>
		<pubDate>Thu, 16 Oct 2008 18:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://nightroman.wordpress.com/2008/10/16/get-names-of-script-parameters#comment-7</guid>
		<description><![CDATA[Excellent. For the past couple days I have been wanting to write this.
 
Thanks.]]></description>
		<content:encoded><![CDATA[<p>Excellent. For the past couple days I have been wanting to write this.<br />
 <br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Example of a PowerShell script converted to HTML with syntax highlighting by MOW</title>
		<link>http://nightroman.wordpress.com/2007/03/16/example-of-a-powershell-script-converted-to-html-with-syntax-highlighting/#comment-5</link>
		<dc:creator><![CDATA[MOW]]></dc:creator>
		<pubDate>Sun, 18 Mar 2007 00:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://nightroman.wordpress.com/2007/03/16/example-of-a-powershell-script-converted-to-html-with-syntax-highlighting#comment-5</guid>
		<description><![CDATA[Ahh, my eyes ;-)
 
but real cool
very flexible, and yes the &#039;&#039; and &quot;&quot; parsing is a beauty (when simplefied )
 
Greetings /\/\o\/\/]]></description>
		<content:encoded><![CDATA[<p>Ahh, my eyes <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
 <br />
but real cool<br />
very flexible, and yes the &#8221; and &quot;&quot; parsing is a beauty (when simplefied )<br />
 <br />
Greetings /\/\o\/\/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell syntax description for Colorer and Far Manager editor by Unknown</title>
		<link>http://nightroman.wordpress.com/2006/12/07/powershell-syntax-description-for-colorer-and-far-manager-editor/#comment-2</link>
		<dc:creator><![CDATA[Unknown]]></dc:creator>
		<pubDate>Thu, 14 Dec 2006 21:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://nightroman.wordpress.com/2006/12/07/powershell-syntax-description-for-colorer-and-far-manager-editor#comment-2</guid>
		<description><![CDATA[Thanks a bunch!
Works like a charm.
 
http://vladimir.bychkov.info/blog/]]></description>
		<content:encoded><![CDATA[<p>Thanks a bunch!<br />
Works like a charm.<br />
 <br />
<a href="http://vladimir.bychkov.info/blog/" rel="nofollow">http://vladimir.bychkov.info/blog/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell syntax description for Colorer and Far Manager editor by Roman</title>
		<link>http://nightroman.wordpress.com/2006/12/07/powershell-syntax-description-for-colorer-and-far-manager-editor/#comment-3</link>
		<dc:creator><![CDATA[Roman]]></dc:creator>
		<pubDate>Thu, 14 Dec 2006 19:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://nightroman.wordpress.com/2006/12/07/powershell-syntax-description-for-colorer-and-far-manager-editor#comment-3</guid>
		<description><![CDATA[1) In the same directory where PowerShell.hrc is create a file &quot;My.hrc&quot;:
&lt;?xml version=&quot;1.0&quot;?&gt;&lt;!DOCTYPE hrc PUBLIC &quot;-//Cail Lomecb//DTD Colorer HRC take5//EN&quot; &quot;http://colorer.sf.net/2003/hrc.dtd&quot;&gt;&lt;hrc version=&quot;take5&quot; xmlns=&quot;http://colorer.sf.net/2003/hrc&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation=&quot;http://colorer.sf.net/2003/hrc http://colorer.sf.net/2003/hrc.xsd&quot;&gt;&lt;prototype name=&quot;PowerShell&quot; group=&quot;other&quot; description=&quot;PowerShell Script&quot;&gt;&lt;location link=&quot;PowerShell.hrc&quot;/&gt;&lt;filename&gt;/(\.ps1$&#124;\.ps1.bak$)/i&lt;/filename&gt;&lt;/prototype&gt;&lt;/hrc&gt;
 
2) Find &quot;catalog.xml&quot; where your Colorer is installed and find there lines like these:
&lt;location link=&quot;hrc/proto.hrc&quot;/&gt;&lt;location link=&quot;hrc/auto&quot;/&gt;
 
3) Register your &quot;My.hrc&quot; adding your line (use slashes(!) in the path):
&lt;location link=&quot;&lt;your path&gt;/My.hrc&quot;/&gt; 
 
--]]></description>
		<content:encoded><![CDATA[<p>1) In the same directory where PowerShell.hrc is create a file &quot;My.hrc&quot;:<br />
&lt;?xml version=&quot;1.0&quot;?&gt;&lt;!DOCTYPE hrc PUBLIC &quot;-//Cail Lomecb//DTD Colorer HRC take5//EN&quot; &quot;<a href="http://colorer.sf.net/2003/hrc.dtd&quot;&gt;&lt;hrc" rel="nofollow">http://colorer.sf.net/2003/hrc.dtd&quot;&gt;&lt;hrc</a> version=&quot;take5&quot; xmlns=&quot;<a href="http://colorer.sf.net/2003/hrc&#038;quot" rel="nofollow">http://colorer.sf.net/2003/hrc&#038;quot</a>; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance&#038;quot" rel="nofollow">http://www.w3.org/2001/XMLSchema-instance&#038;quot</a>; xsi:schemaLocation=&quot;<a href="http://colorer.sf.net/2003/hrc" rel="nofollow">http://colorer.sf.net/2003/hrc</a> <a href="http://colorer.sf.net/2003/hrc.xsd&quot;&gt;&lt;prototype" rel="nofollow">http://colorer.sf.net/2003/hrc.xsd&quot;&gt;&lt;prototype</a> name=&quot;PowerShell&quot; group=&quot;other&quot; description=&quot;PowerShell Script&quot;&gt;&lt;location link=&quot;PowerShell.hrc&quot;/&gt;&lt;filename&gt;/(\.ps1$|\.ps1.bak$)/i&lt;/filename&gt;&lt;/prototype&gt;&lt;/hrc&gt;<br />
 <br />
2) Find &quot;catalog.xml&quot; where your Colorer is installed and find there lines like these:<br />
&lt;location link=&quot;hrc/proto.hrc&quot;/&gt;&lt;location link=&quot;hrc/auto&quot;/&gt;<br />
 <br />
3) Register your &quot;My.hrc&quot; adding your line (use slashes(!) in the path):<br />
&lt;location link=&quot;&lt;your path&gt;/My.hrc&quot;/&gt;<br />
 <br />
&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell syntax description for Colorer and Far Manager editor by Unknown</title>
		<link>http://nightroman.wordpress.com/2006/12/07/powershell-syntax-description-for-colorer-and-far-manager-editor/#comment-4</link>
		<dc:creator><![CDATA[Unknown]]></dc:creator>
		<pubDate>Thu, 14 Dec 2006 17:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://nightroman.wordpress.com/2006/12/07/powershell-syntax-description-for-colorer-and-far-manager-editor#comment-4</guid>
		<description><![CDATA[how do you setup colorer plug-in to hook up PowerShell.hrc?]]></description>
		<content:encoded><![CDATA[<p>how do you setup colorer plug-in to hook up PowerShell.hrc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watch-Command.ps1 &#8211; watch commands output repeatedly by Lee</title>
		<link>http://nightroman.wordpress.com/2006/09/26/watch-command-ps1-watch-commands-output-repeatedly/#comment-6</link>
		<dc:creator><![CDATA[Lee]]></dc:creator>
		<pubDate>Tue, 26 Sep 2006 17:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://nightroman.wordpress.com/2006/09/26/watch-command-ps1-watch-commands-output-repeatedly#comment-6</guid>
		<description><![CDATA[That is excellent.  I like how it uses the power of the script block.  You might also find this related post interesting: http://www.leeholmes.com/blog/AccessingPerformanceCountersInPowerShell.aspx]]></description>
		<content:encoded><![CDATA[<p>That is excellent.  I like how it uses the power of the script block.  You might also find this related post interesting: <a href="http://www.leeholmes.com/blog/AccessingPerformanceCountersInPowerShell.aspx" rel="nofollow">http://www.leeholmes.com/blog/AccessingPerformanceCountersInPowerShell.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
