<?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: Cmd.Exe and Which</title>
	<atom:link href="http://jrwren.wrenfam.com/blog/2008/01/27/cmdexe-and-which/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrwren.wrenfam.com/blog/2008/01/27/cmdexe-and-which/</link>
	<description>babblings of a computer loving fool</description>
	<lastBuildDate>Fri, 16 Jul 2010 11:52:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: jrwren</title>
		<link>http://jrwren.wrenfam.com/blog/2008/01/27/cmdexe-and-which/comment-page-1/#comment-30380</link>
		<dc:creator>jrwren</dc:creator>
		<pubDate>Wed, 30 Jan 2008 20:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/01/27/cmdexe-and-which/#comment-30380</guid>
		<description>Yes, MS is pretty confused when it comes to cmd.exe and what it wants to allow with .bat and .cmd files.

Case in point, look at the vcvars group of .bat files which comes with Visual Studio. They are buggy and actually don&#039;t work! under certain cases.

between cmd, wsh, and PowerShell there is no clear path. I guess powershell is the clear path, but it isn&#039;t installed on all windows, so WSH is today&#039;s Lowest Common Denominator.

I&#039;m not sure why to pick cmd over WSH except for maybe that WSH/Cscript doesn&#039;t easily allow for calling other cmd/wsh programs. It is more like perl or python and calling execve.

Oh well. I am just glad to have cygwin.</description>
		<content:encoded><![CDATA[<p>Yes, MS is pretty confused when it comes to cmd.exe and what it wants to allow with .bat and .cmd files.</p>
<p>Case in point, look at the vcvars group of .bat files which comes with Visual Studio. They are buggy and actually don&#8217;t work! under certain cases.</p>
<p>between cmd, wsh, and PowerShell there is no clear path. I guess powershell is the clear path, but it isn&#8217;t installed on all windows, so WSH is today&#8217;s Lowest Common Denominator.</p>
<p>I&#8217;m not sure why to pick cmd over WSH except for maybe that WSH/Cscript doesn&#8217;t easily allow for calling other cmd/wsh programs. It is more like perl or python and calling execve.</p>
<p>Oh well. I am just glad to have cygwin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://jrwren.wrenfam.com/blog/2008/01/27/cmdexe-and-which/comment-page-1/#comment-30363</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Tue, 29 Jan 2008 21:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/01/27/cmdexe-and-which/#comment-30363</guid>
		<description>Slight change: change the echo to @echo and it won&#039;t print the &quot;echo foo&quot; line when you run it :)</description>
		<content:encoded><![CDATA[<p>Slight change: change the echo to @echo and it won&#8217;t print the &#8220;echo foo&#8221; line when you run it <img src='http://jrwren.wrenfam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catherine Devlin</title>
		<link>http://jrwren.wrenfam.com/blog/2008/01/27/cmdexe-and-which/comment-page-1/#comment-30343</link>
		<dc:creator>Catherine Devlin</dc:creator>
		<pubDate>Mon, 28 Jan 2008 03:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/01/27/cmdexe-and-which/#comment-30343</guid>
		<description>Nice, thank you!

I&#039;ve long thought that so many of *nix&#039;s standbys would be very easy to implement under cmd.exe or anywhere else, so why hasn&#039;t MS done so?  
It seems like pure not-invented-here snottiness.

(Cygwin, of course, is the ultimate solution, but why should it be necessary?)</description>
		<content:encoded><![CDATA[<p>Nice, thank you!</p>
<p>I&#8217;ve long thought that so many of *nix&#8217;s standbys would be very easy to implement under cmd.exe or anywhere else, so why hasn&#8217;t MS done so?<br />
It seems like pure not-invented-here snottiness.</p>
<p>(Cygwin, of course, is the ultimate solution, but why should it be necessary?)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
