<?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 on: whence in PowerShell</title>
	<atom:link href="http://poshoholic.com/2008/04/11/whence-in-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://poshoholic.com/2008/04/11/whence-in-powershell/</link>
	<description>Totally addicted to PowerShell</description>
	<lastBuildDate>Sat, 05 May 2012 13:03:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Joel "Jaykul" Bennett</title>
		<link>http://poshoholic.com/2008/04/11/whence-in-powershell/#comment-747</link>
		<dc:creator><![CDATA[Joel "Jaykul" Bennett]]></dc:creator>
		<pubDate>Sat, 12 Apr 2008 18:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2008/04/11/whence-in-powershell/#comment-747</guid>
		<description><![CDATA[P.S. this is like &quot;which&quot; in bash, which is how I wrote it up when I filed it as a bug against Get-Command https://connect.microsoft.com/feedback/ViewFeedback.aspx?FeedbackID=309558&amp;SiteID=99]]></description>
		<content:encoded><![CDATA[<p>P.S. this is like &#8220;which&#8221; in bash, which is how I wrote it up when I filed it as a bug against Get-Command <a href="https://connect.microsoft.com/feedback/ViewFeedback.aspx?FeedbackID=309558&#038;SiteID=99" rel="nofollow">https://connect.microsoft.com/feedback/ViewFeedback.aspx?FeedbackID=309558&#038;SiteID=99</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel "Jaykul" Bennett</title>
		<link>http://poshoholic.com/2008/04/11/whence-in-powershell/#comment-746</link>
		<dc:creator><![CDATA[Joel "Jaykul" Bennett]]></dc:creator>
		<pubDate>Sat, 12 Apr 2008 18:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2008/04/11/whence-in-powershell/#comment-746</guid>
		<description><![CDATA[If only it were that simple...  

Sadly, &quot;ExternalScript&quot; and &quot;Application&quot;s have exactly the same priority to the shell, and which one is executed first depends entirely on which one is found first in your env:\PATH ...  the only way that sorting the output of get-command works out the same is if you have all your scripts in one folder, and make sure to put that folder FIRST in your path.

By the way, do you know how to get a &quot;Script&quot; CommandType?]]></description>
		<content:encoded><![CDATA[<p>If only it were that simple&#8230;  </p>
<p>Sadly, &#8220;ExternalScript&#8221; and &#8220;Application&#8221;s have exactly the same priority to the shell, and which one is executed first depends entirely on which one is found first in your env:\PATH &#8230;  the only way that sorting the output of get-command works out the same is if you have all your scripts in one folder, and make sure to put that folder FIRST in your path.</p>
<p>By the way, do you know how to get a &#8220;Script&#8221; CommandType?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

