<?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: 10 Windows Command Line Tips You Should Check Out</title>
	<atom:link href="http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Tue, 24 Nov 2009 07:02:00 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Filme Gratis &#187; Blog Archive &#187; A Beginners Guide To The Windows Command Line</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-412480</link>
		<dc:creator>Filme Gratis &#187; Blog Archive &#187; A Beginners Guide To The Windows Command Line</dc:creator>
		<pubDate>Sun, 18 Oct 2009 10:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-412480</guid>
		<description>[...] want to check out the following MakeUseOf articles dealing with the command line. Varun wrote about 10 Windows Command Line Tips You Should Check Out and he introduced Nircmd &#8211; A Power Packed Command Line Tool. Mark explained how to Change the [...]</description>
		<content:encoded><![CDATA[<p>[...] want to check out the following MakeUseOf articles dealing with the command line. Varun wrote about 10 Windows Command Line Tips You Should Check Out and he introduced Nircmd &#8211; A Power Packed Command Line Tool. Mark explained how to Change the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Beginners Guide To The Windows Command Line&#160;&#124;&#160;EMDMA</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-412424</link>
		<dc:creator>A Beginners Guide To The Windows Command Line&#160;&#124;&#160;EMDMA</dc:creator>
		<pubDate>Sun, 18 Oct 2009 04:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-412424</guid>
		<description>[...] want to check out the following MakeUseOf articles dealing with the command line. Varun wrote about 10 Windows Command Line Tips You Should Check Out and he introduced Nircmd &#x2013; A Power Packed Command Line Tool. Mark explained how to Change [...]</description>
		<content:encoded><![CDATA[<p>[...] want to check out the following MakeUseOf articles dealing with the command line. Varun wrote about 10 Windows Command Line Tips You Should Check Out and he introduced Nircmd &#x2013; A Power Packed Command Line Tool. Mark explained how to Change [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-411860</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 16 Oct 2009 14:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-411860</guid>
		<description>Correction on running multiple commands - if you use &amp;&amp;, the command after the &amp;&amp; only runs if the command before completes without error, which is what you often want.  If you want the second command to run no matter what happens with the first command, use a single &amp;.

OK, here&#039;s where it gets real fun - you can use &#124;&#124; to run the second command only if the first command causes an error.

Then it gets even more fun - you can chain these together!

A simple example:

&lt;code&gt;DIR xyzzy &amp;&amp; Echo Found it! &#124;&#124; Echo It&#039;s not there.&lt;/code&gt;

This will run the command 
    &lt;code&gt;DIR xyzzy&lt;/code&gt;
If xyzzy exists, then &quot;Found it!&quot; will be displayed
If xyzzy doesn&#039;t exist, then &quot;It&#039;s not there.&quot; will be displayed.</description>
		<content:encoded><![CDATA[<p>Correction on running multiple commands &#8211; if you use &amp;&amp;, the command after the &amp;&amp; only runs if the command before completes without error, which is what you often want.  If you want the second command to run no matter what happens with the first command, use a single &amp;.</p>
<p>OK, here&#8217;s where it gets real fun &#8211; you can use || to run the second command only if the first command causes an error.</p>
<p>Then it gets even more fun &#8211; you can chain these together!</p>
<p>A simple example:</p>
<p><code>DIR xyzzy &amp;&amp; Echo Found it! || Echo It's not there.</code></p>
<p>This will run the command<br />
    <code>DIR xyzzy</code><br />
If xyzzy exists, then &#8220;Found it!&#8221; will be displayed<br />
If xyzzy doesn&#8217;t exist, then &#8220;It&#8217;s not there.&#8221; will be displayed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Ways to Print Folder and Directory Contents in Windows &#171; Amit Agarwal</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-410168</link>
		<dc:creator>5 Ways to Print Folder and Directory Contents in Windows &#171; Amit Agarwal</dc:creator>
		<pubDate>Sat, 10 Oct 2009 14:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-410168</guid>
		<description>[...] is one command line that&#8217;s easy to remember and easy to [...]</description>
		<content:encoded><![CDATA[<p>[...] is one command line that&#8217;s easy to remember and easy to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Ways to Print Folder and Directory Contents in Windows &#124; Jayadeep&#39;s Blog</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-409722</link>
		<dc:creator>5 Ways to Print Folder and Directory Contents in Windows &#124; Jayadeep&#39;s Blog</dc:creator>
		<pubDate>Wed, 07 Oct 2009 21:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-409722</guid>
		<description>[...] is one command line that’s easy to remember and easy to [...]</description>
		<content:encoded><![CDATA[<p>[...] is one command line that’s easy to remember and easy to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Ways to Print Folder and Directory Contents in Windows &#124; Beyond Tech - Technology Ahead Of Your Imagination</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-408675</link>
		<dc:creator>5 Ways to Print Folder and Directory Contents in Windows &#124; Beyond Tech - Technology Ahead Of Your Imagination</dc:creator>
		<pubDate>Sun, 04 Oct 2009 21:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-408675</guid>
		<description>[...] is one command line that’s easy to remember and easy to [...]</description>
		<content:encoded><![CDATA[<p>[...] is one command line that’s easy to remember and easy to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phùng Văn Huy</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-406470</link>
		<dc:creator>Phùng Văn Huy</dc:creator>
		<pubDate>Thu, 24 Sep 2009 02:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-406470</guid>
		<description>You can
Change title console window: title My Console Window
Change color text/background of console window: color 0f
Get username like whoami in Linux: echo %username%</description>
		<content:encoded><![CDATA[<p>You can<br />
Change title console window: title My Console Window<br />
Change color text/background of console window: color 0f<br />
Get username like whoami in Linux: echo %username%</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 11 прикольных советов по работе с командной строкой windows xp &#171; Skech.WordPress.com</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-404098</link>
		<dc:creator>11 прикольных советов по работе с командной строкой windows xp &#171; Skech.WordPress.com</dc:creator>
		<pubDate>Fri, 11 Sep 2009 12:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-404098</guid>
		<description>[...] инфу спасибо автору и комментаторам статьи 10 Windows Command Line Tips You Should Check Out    Добавить [...]</description>
		<content:encoded><![CDATA[<p>[...] инфу спасибо автору и комментаторам статьи 10 Windows Command Line Tips You Should Check Out    Добавить [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 免费的增强型命令行工具 &#124; 软言软语</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-397160</link>
		<dc:creator>免费的增强型命令行工具 &#124; 软言软语</dc:creator>
		<pubDate>Wed, 05 Aug 2009 12:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-397160</guid>
		<description>[...] 10 Windows Command Line Tips You Should Check Out @ MakeUseOf.com [...]</description>
		<content:encoded><![CDATA[<p>[...] 10 Windows Command Line Tips You Should Check Out @ MakeUseOf.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open Loops 7/14/2009: Articles I Think Worth Passing Along&#8212;SimpleProductivityBlog.com&#8212;</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-393699</link>
		<dc:creator>Open Loops 7/14/2009: Articles I Think Worth Passing Along&#8212;SimpleProductivityBlog.com&#8212;</dc:creator>
		<pubDate>Tue, 14 Jul 2009 10:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-393699</guid>
		<description>[...] line DOS is not for everyone, but shortcuts can help if you get there. Check out &#8220;10 Windows Command Line Tips You Should Check Out&#8221; at [...]</description>
		<content:encoded><![CDATA[<p>[...] line DOS is not for everyone, but shortcuts can help if you get there. Check out &#8220;10 Windows Command Line Tips You Should Check Out&#8221; at [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Agrona &#187; Blog Archive &#187; Kilka przydatnych rzeczy o Windowsowym Command Line&#8217;nie.</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-390221</link>
		<dc:creator>Blog Agrona &#187; Blog Archive &#187; Kilka przydatnych rzeczy o Windowsowym Command Line&#8217;nie.</dc:creator>
		<pubDate>Fri, 19 Jun 2009 08:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-390221</guid>
		<description>[...]  &gt;&gt;Tu źródło informacji &lt;&lt; . [...]</description>
		<content:encoded><![CDATA[<p>[...]  &gt;&gt;Tu źródło informacji &lt;&lt; . [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 tips para la ventana de comandos de Windows</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389938</link>
		<dc:creator>10 tips para la ventana de comandos de Windows</dc:creator>
		<pubDate>Tue, 16 Jun 2009 19:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389938</guid>
		<description>[...] Vía: makeuseof [...]</description>
		<content:encoded><![CDATA[<p>[...] Vía: makeuseof [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389484</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 12 Jun 2009 08:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389484</guid>
		<description>Hubdog - I always wanted an easier way to cut and paste!  Thanks</description>
		<content:encoded><![CDATA[<p>Hubdog &#8211; I always wanted an easier way to cut and paste!  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varun Kashyap</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389427</link>
		<dc:creator>Varun Kashyap</dc:creator>
		<pubDate>Thu, 11 Jun 2009 14:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389427</guid>
		<description>May be right click is easier ^_^</description>
		<content:encoded><![CDATA[<p>May be right click is easier ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varun Kashyap</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389426</link>
		<dc:creator>Varun Kashyap</dc:creator>
		<pubDate>Thu, 11 Jun 2009 14:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389426</guid>
		<description>Yes, indeed you can use the Tab key to complete directories and filenames. Should have stuck it in somewhere!</description>
		<content:encoded><![CDATA[<p>Yes, indeed you can use the Tab key to complete directories and filenames. Should have stuck it in somewhere!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CGA</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389398</link>
		<dc:creator>CGA</dc:creator>
		<pubDate>Thu, 11 Jun 2009 07:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389398</guid>
		<description>If you want a &quot;real&quot; sleep command you can download the Windows 2003 Resource Kit as per this article:
http://malektips.com/xp_dos_0002.html</description>
		<content:encoded><![CDATA[<p>If you want a &#8220;real&#8221; sleep command you can download the Windows 2003 Resource Kit as per this article:<br />
<a href="http://malektips.com/xp_dos_0002.html" rel="nofollow">http://malektips.com/xp_dos_0002.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hubdog</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389341</link>
		<dc:creator>hubdog</dc:creator>
		<pubDate>Wed, 10 Jun 2009 16:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389341</guid>
		<description>It&#039;s also useful to enable QuickEdit Mode to be able to highlight and paste with the mouse without having to right-click and select paste. 

Set it up by clicking the little &quot;c:\_&quot; icon in the upper left of the command window, and choose &quot;defaults&quot;. On the &quot;Options&quot; tab check &quot;QuickEdit Mode&quot; and click &quot;OK&quot;. Click the icon again, select &quot;Properties&quot; and check &quot;QuickEdit Mode&quot; and click &quot;OK&quot;. After hitting ok this time you will get a dialog box, select &quot;Save properities for future windows with same title.&quot; and hit ok.

Now you will be able to use the left mouse button to highlight text, and the right mouse button to copy it. Enjoy.</description>
		<content:encoded><![CDATA[<p>It&#8217;s also useful to enable QuickEdit Mode to be able to highlight and paste with the mouse without having to right-click and select paste. </p>
<p>Set it up by clicking the little &#8220;c:\_&#8221; icon in the upper left of the command window, and choose &#8220;defaults&#8221;. On the &#8220;Options&#8221; tab check &#8220;QuickEdit Mode&#8221; and click &#8220;OK&#8221;. Click the icon again, select &#8220;Properties&#8221; and check &#8220;QuickEdit Mode&#8221; and click &#8220;OK&#8221;. After hitting ok this time you will get a dialog box, select &#8220;Save properities for future windows with same title.&#8221; and hit ok.</p>
<p>Now you will be able to use the left mouse button to highlight text, and the right mouse button to copy it. Enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Windows Command Line tips. &#124; Ask The Admin</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389334</link>
		<dc:creator>Windows Command Line tips. &#124; Ask The Admin</dc:creator>
		<pubDate>Wed, 10 Jun 2009 15:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389334</guid>
		<description>[...] http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/" rel="nofollow">http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389251</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Tue, 09 Jun 2009 21:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389251</guid>
		<description>RE:  FILTER COMMAND OUTPUT  ........ The find command does not work   but       findstr does....................... o.O</description>
		<content:encoded><![CDATA[<p>RE:  FILTER COMMAND OUTPUT  &#8230;&#8230;.. The find command does not work   but       findstr does&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.. o.O</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gennice</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389210</link>
		<dc:creator>Gennice</dc:creator>
		<pubDate>Tue, 09 Jun 2009 15:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389210</guid>
		<description>Excellent and easy to learn explanation. Thanks for the tips!</description>
		<content:encoded><![CDATA[<p>Excellent and easy to learn explanation. Thanks for the tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antoniobrandao</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389203</link>
		<dc:creator>antoniobrandao</dc:creator>
		<pubDate>Tue, 09 Jun 2009 13:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389203</guid>
		<description>I know a cool command

use &quot;dir &gt; filename.txt&quot; to print the contents of the actual folder into a text file. Good to make lists of folder&#039;s contents.. the &quot;filename.txt&quot; doesn&#039;t have to end in &quot;.txt&quot; but it&#039;s convenient to open later


use &quot;dir &gt; filename.txt /s&quot; to include all subfolders</description>
		<content:encoded><![CDATA[<p>I know a cool command</p>
<p>use &#8220;dir &gt; filename.txt&#8221; to print the contents of the actual folder into a text file. Good to make lists of folder&#8217;s contents.. the &#8220;filename.txt&#8221; doesn&#8217;t have to end in &#8220;.txt&#8221; but it&#8217;s convenient to open later</p>
<p>use &#8220;dir &gt; filename.txt /s&#8221; to include all subfolders</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389201</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 09 Jun 2009 13:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389201</guid>
		<description>Couple this with the &quot;Open Command Window Here&quot; powertoy in explorer to go straight to the directory you need.  md xxxx is faster than New &gt; Folder &gt; type in the name &gt; Enter, unless you want spaces.

Did not know about the tab key.</description>
		<content:encoded><![CDATA[<p>Couple this with the &#8220;Open Command Window Here&#8221; powertoy in explorer to go straight to the directory you need.  md xxxx is faster than New &gt; Folder &gt; type in the name &gt; Enter, unless you want spaces.</p>
<p>Did not know about the tab key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-06-09 &#124; Savage Nomads</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389191</link>
		<dc:creator>links for 2009-06-09 &#124; Savage Nomads</dc:creator>
		<pubDate>Tue, 09 Jun 2009 11:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389191</guid>
		<description>[...] 10 Windows Command Line Tips You Should Check Out (tags: commandline dos reference windows) [...]</description>
		<content:encoded><![CDATA[<p>[...] 10 Windows Command Line Tips You Should Check Out (tags: commandline dos reference windows) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-06-09 &#124; benway.net</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389189</link>
		<dc:creator>links for 2009-06-09 &#124; benway.net</dc:creator>
		<pubDate>Tue, 09 Jun 2009 10:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389189</guid>
		<description>[...] 10 Windows Command Line Tips You Should Check Out (tags: commandline dos reference windows)   Popularity: 1% [?] [...]</description>
		<content:encoded><![CDATA[<p>[...] 10 Windows Command Line Tips You Should Check Out (tags: commandline dos reference windows)   Popularity: 1% [?] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389089</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Mon, 08 Jun 2009 09:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389089</guid>
		<description>Very useful</description>
		<content:encoded><![CDATA[<p>Very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389083</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Mon, 08 Jun 2009 09:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389083</guid>
		<description>it is explained very simply.. WOW .</description>
		<content:encoded><![CDATA[<p>it is explained very simply.. WOW .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aibek</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389058</link>
		<dc:creator>Aibek</dc:creator>
		<pubDate>Mon, 08 Jun 2009 04:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389058</guid>
		<description>thanks for sharing</description>
		<content:encoded><![CDATA[<p>thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wor Tony</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389040</link>
		<dc:creator>Wor Tony</dc:creator>
		<pubDate>Sun, 07 Jun 2009 22:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389040</guid>
		<description>Use the tab key when using cd command. It&#039;ll cycle through the available directories. You can provide a starting point such as the initial letter to narrow down the list. The tab key will also allow you to select a filename in the sameway</description>
		<content:encoded><![CDATA[<p>Use the tab key when using cd command. It&#8217;ll cycle through the available directories. You can provide a starting point such as the initial letter to narrow down the list. The tab key will also allow you to select a filename in the sameway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389033</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 07 Jun 2009 20:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389033</guid>
		<description>In place of find, check out findstr.  It has much more robust filtering capabilities including regular expressions.

http://technet.microsoft.com/en-us/library/bb490907.aspx</description>
		<content:encoded><![CDATA[<p>In place of find, check out findstr.  It has much more robust filtering capabilities including regular expressions.</p>
<p><a href="http://technet.microsoft.com/en-us/library/bb490907.aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/bb490907.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Windows Command Line Tips You Should Check Out &#124; Tech List Report</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/comment-page-1/#comment-389029</link>
		<dc:creator>10 Windows Command Line Tips You Should Check Out &#124; Tech List Report</dc:creator>
		<pubDate>Sun, 07 Jun 2009 18:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664#comment-389029</guid>
		<description>[...] SEE THE LIST&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] SEE THE LIST&#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
