<?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 Beginners Guide To The Windows Command Line</title>
	<atom:link href="http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Sat, 11 Feb 2012 05:14:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ABitOfBetterButter</title>
		<link>http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/#comment-414303</link>
		<dc:creator>ABitOfBetterButter</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=26892#comment-414303</guid>
		<description>Don&#039;t you mean &quot;echo thing &#124; program.exe&quot; ?  You&#039;re piping that *input* to program.exe, not the program&#039;s *output* to echo.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t you mean &#8220;echo thing | program.exe&#8221; ?  You&#8217;re piping that *input* to program.exe, not the program&#8217;s *output* to echo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markus</title>
		<link>http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/#comment-414266</link>
		<dc:creator>markus</dc:creator>
		<pubDate>Mon, 26 Oct 2009 13:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=26892#comment-414266</guid>
		<description>thanks for this of your information cause it will really save me the problem of command line</description>
		<content:encoded><![CDATA[<p>thanks for this of your information cause it will really save me the problem of command line</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tina</title>
		<link>http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/#comment-412525</link>
		<dc:creator>Tina</dc:creator>
		<pubDate>Sun, 18 Oct 2009 18:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=26892#comment-412525</guid>
		<description>Many thanks for the input!</description>
		<content:encoded><![CDATA[<p>Many thanks for the input!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pceasies</title>
		<link>http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/#comment-412519</link>
		<dc:creator>pceasies</dc:creator>
		<pubDate>Sun, 18 Oct 2009 17:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=26892#comment-412519</guid>
		<description>Also, if you want to run a program that is going to ask you something, you can type &quot;program.exe &#124; echo thing&quot; And if the program prompts, it will automatically answer &quot;thing&quot;

Also, &quot;program.exe &#124; find &quot;thing&quot;&quot; and it will find &quot;thing&quot; in the program output and display that line. Good to use with systeminfo and dir to find a certain line.</description>
		<content:encoded><![CDATA[<p>Also, if you want to run a program that is going to ask you something, you can type &#8220;program.exe | echo thing&#8221; And if the program prompts, it will automatically answer &#8220;thing&#8221;</p>
<p>Also, &#8220;program.exe | find &#8220;thing&#8221;" and it will find &#8220;thing&#8221; in the program output and display that line. Good to use with systeminfo and dir to find a certain line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tina</title>
		<link>http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/#comment-412457</link>
		<dc:creator>Tina</dc:creator>
		<pubDate>Sun, 18 Oct 2009 08:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=26892#comment-412457</guid>
		<description>In other words, to run a command from the run box, rather than to first open the command window, you have to first type cmd /k followed by the command.

Thank you JBu!</description>
		<content:encoded><![CDATA[<p>In other words, to run a command from the run box, rather than to first open the command window, you have to first type cmd /k followed by the command.</p>
<p>Thank you JBu!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JBu92</title>
		<link>http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/#comment-412411</link>
		<dc:creator>JBu92</dc:creator>
		<pubDate>Sun, 18 Oct 2009 01:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=26892#comment-412411</guid>
		<description>if you want to save a bit&#039;o&#039;time you can use /k [command here] after typing cmd in the run box, it will keep a persistent window of cmd after running [command here]
useful for opening in a specified directory i.e. cmd /k cd c:/python26</description>
		<content:encoded><![CDATA[<p>if you want to save a bit&#8217;o'time you can use /k [command here] after typing cmd in the run box, it will keep a persistent window of cmd after running [command here]<br />
useful for opening in a specified directory i.e. cmd /k cd c:/python26</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sotiris Z</title>
		<link>http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/#comment-412400</link>
		<dc:creator>Sotiris Z</dc:creator>
		<pubDate>Sat, 17 Oct 2009 23:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=26892#comment-412400</guid>
		<description>Thank you,really useful!</description>
		<content:encoded><![CDATA[<p>Thank you,really useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/#comment-412395</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 17 Oct 2009 22:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=26892#comment-412395</guid>
		<description>Very helpful!</description>
		<content:encoded><![CDATA[<p>Very helpful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 3/5 queries in 0.004 seconds using apc
Object Caching 278/278 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-11 06:18:40 -->
