<?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: A better command line for Windows?</title>
	<atom:link href="http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/</link>
	<description>The Nuts and Bolts of Creating Great Software Products</description>
	<lastBuildDate>Sat, 23 Jan 2010 20:09:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Senthil</title>
		<link>http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/comment-page-1/#comment-210399</link>
		<dc:creator>Senthil</dc:creator>
		<pubDate>Tue, 03 Mar 2009 08:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/#comment-210399</guid>
		<description>Console was a good one. It just wraps the windows cmd.exe into something much better. Thanks.</description>
		<content:encoded><![CDATA[<p>Console was a good one. It just wraps the windows cmd.exe into something much better. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Wilson</title>
		<link>http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/comment-page-1/#comment-210191</link>
		<dc:creator>David Wilson</dc:creator>
		<pubDate>Thu, 11 Dec 2008 06:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/#comment-210191</guid>
		<description>Adrian, in any Windows console app, go into properties and enable QuickEdit mode.</description>
		<content:encoded><![CDATA[<p>Adrian, in any Windows console app, go into properties and enable QuickEdit mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/comment-page-1/#comment-210189</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Wed, 10 Dec 2008 23:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/#comment-210189</guid>
		<description>I found out I had Powershell (AKA Monad) since it&#039;s required for NetBeans.   And it doesn&#039;t even have cut and paste to/from other windows.   What is the deal with that????  That was the biggest weakness of CMD and it is STILL THERE!!!</description>
		<content:encoded><![CDATA[<p>I found out I had Powershell (AKA Monad) since it&#8217;s required for NetBeans.   And it doesn&#8217;t even have cut and paste to/from other windows.   What is the deal with that????  That was the biggest weakness of CMD and it is STILL THERE!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konsole for Windows..! - openSUSE Forums</title>
		<link>http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/comment-page-1/#comment-210170</link>
		<dc:creator>Konsole for Windows..! - openSUSE Forums</dc:creator>
		<pubDate>Thu, 04 Dec 2008 11:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/#comment-210170</guid>
		<description>[...] Konsole for Windows..!      Maybe this would work and there&#039;s a discussion here  Geoff     __________________ Core 2 Duo E8500 3.16GHz - 4GB DDR2 - 1.8 TB - GeForce 7600 GS - OS [...]</description>
		<content:encoded><![CDATA[<p>[...] Konsole for Windows..!      Maybe this would work and there&#8217;s a discussion here  Geoff     __________________ Core 2 Duo E8500 3.16GHz &#8211; 4GB DDR2 &#8211; 1.8 TB &#8211; GeForce 7600 GS &#8211; OS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JMM</title>
		<link>http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/comment-page-1/#comment-210028</link>
		<dc:creator>JMM</dc:creator>
		<pubDate>Wed, 22 Oct 2008 21:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/#comment-210028</guid>
		<description>As noted twice above, emacs offers a shell mode accessible via C-x shell. If you already use emacs I can&#039;t think why you would use anything else for your Windows command shell. I use xemacs and with it all editing commands are available; command history is available as C-upArrow; full sessions of commands can be saved as files; data or errors or any cmd output can be cut and paste to other apps easily; macros can be written to automate command functions (picture creating a macro in about 30 seconds to execute the same command against a file full of data parameters) and so on. 

The only downside is for people who don&#039;t know it, emacs comes with a definite learning curve.</description>
		<content:encoded><![CDATA[<p>As noted twice above, emacs offers a shell mode accessible via C-x shell. If you already use emacs I can&#8217;t think why you would use anything else for your Windows command shell. I use xemacs and with it all editing commands are available; command history is available as C-upArrow; full sessions of commands can be saved as files; data or errors or any cmd output can be cut and paste to other apps easily; macros can be written to automate command functions (picture creating a macro in about 30 seconds to execute the same command against a file full of data parameters) and so on. </p>
<p>The only downside is for people who don&#8217;t know it, emacs comes with a definite learning curve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/comment-page-1/#comment-208885</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 29 May 2008 05:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/#comment-208885</guid>
		<description>http://sourceforge.net/projects/console/

Wow ging... this is the BEST command prompt for Windows period. You really have to get in there and configure it but I was seriously impressed. I was also able to download the Gnu tools for Windows and a port of Bash. I can choose a normal DOS window or I can launch Bash in another tab. At work, I can make a Cygwin tab and have them all going at the same time with color ls listings and everything.

I love the transparent background and tabs. Nice. Reminds me of Konsole.</description>
		<content:encoded><![CDATA[<p><a href="http://sourceforge.net/projects/console/" rel="nofollow">http://sourceforge.net/projects/console/</a></p>
<p>Wow ging&#8230; this is the BEST command prompt for Windows period. You really have to get in there and configure it but I was seriously impressed. I was also able to download the Gnu tools for Windows and a port of Bash. I can choose a normal DOS window or I can launch Bash in another tab. At work, I can make a Cygwin tab and have them all going at the same time with color ls listings and everything.</p>
<p>I love the transparent background and tabs. Nice. Reminds me of Konsole.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/comment-page-1/#comment-207145</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 01 Nov 2007 21:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/#comment-207145</guid>
		<description>And Puttcyg has ClearType support, no transparency though. Supports many character sets, UTF-8 included. Try Console2 for transparency.</description>
		<content:encoded><![CDATA[<p>And Puttcyg has ClearType support, no transparency though. Supports many character sets, UTF-8 included. Try Console2 for transparency.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/comment-page-1/#comment-207144</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 01 Nov 2007 21:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/#comment-207144</guid>
		<description>Cygwin users don&#039;t forget Puttycyg--you won&#039;t have to monkey around with setting up ssh servers and logging in locally, much easier.</description>
		<content:encoded><![CDATA[<p>Cygwin users don&#8217;t forget Puttycyg&#8211;you won&#8217;t have to monkey around with setting up ssh servers and logging in locally, much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/comment-page-1/#comment-184408</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Sat, 18 Aug 2007 04:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/#comment-184408</guid>
		<description>Anyone find anything similar the Terminal on Mac OS X? With nice font smoothing, and transparency. And decent copy paste support..

Windows CMD.exe is a friggin abomination. WTF is up with Microsoft... why can&#039;t anyone make a decent one?</description>
		<content:encoded><![CDATA[<p>Anyone find anything similar the Terminal on Mac OS X? With nice font smoothing, and transparency. And decent copy paste support..</p>
<p>Windows CMD.exe is a friggin abomination. WTF is up with Microsoft&#8230; why can&#8217;t anyone make a decent one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A better command line for Windows? at Blue Sky On Mars</title>
		<link>http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/comment-page-1/#comment-156788</link>
		<dc:creator>A better command line for Windows? at Blue Sky On Mars</dc:creator>
		<pubDate>Sun, 10 Jun 2007 22:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/#comment-156788</guid>
		<description>[...] http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/ Tags:&#160;windows, cli, shell, scripting(del.icio.us history) [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/" rel="nofollow">http://www.blueskyonmars.com/2006/03/07/a-better-command-line-for-windows/</a> Tags:&nbsp;windows, cli, shell, scripting(del.icio.us history) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.396 seconds -->
