<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PC Hacks &#187; cmd</title>
	<atom:link href="http://hackspc.com/tag/cmd/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackspc.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 15:49:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Print Out A List Of All Files In A Folder</title>
		<link>http://hackspc.com/how-to-print-out-a-list-of-all-files-in-a-folder/</link>
		<comments>http://hackspc.com/how-to-print-out-a-list-of-all-files-in-a-folder/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 23:55:16 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[cmd]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=1489</guid>
		<description><![CDATA[In this simple tutorial, I´ll show you how to print out a list of files in a folder. There is plenty of shareware programs which can do this, but I think that the simplest way to do this is with using Command Promt ( cmd).

1. Go to Start, then click Run. In Run option type [...]]]></description>
			<content:encoded><![CDATA[<p>In this simple tutorial, I´ll show you how to print out a list of files in a folder. There is plenty of shareware programs which can do this, but I think that the simplest way to do this is with using Command Promt ( cmd).</p>
<p><span id="more-1489"></span></p>
<p>1. Go to Start, then click Run. In Run option type cmd and click OK.</p>
<p>2. After this will open cmd.exe ,find folder which you want to print out with cmd,   If you do not know how to move through the directories using cmd, see this post: <a href="http://hackspc.com/directories/">How to find  directories with cmd</a>.</p>
<p>3. When you find specified folder, with this command  <strong>dir &gt; list.txt</strong>, you´ll create text document with list of files.</p>
<p>Example:</p>
<p>I want to print  list of all files  in folder with path E:\movies<br />
In cmd I´ll write E: and press enter , then write cd and with TAB find folder movies and press enter . Then write dir &gt; list.txt   In folder with path E:\movies I will find text document list. txt . Open that text document and print out. It looks like this</p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/12/cmd1.png"><img class="alignnone size-full wp-image-1491" title="cmd" src="http://hackspc.com/wp-content/uploads/2008/12/cmd1.png" alt="cmd " width="500" height="313" /></a></p>
<p>After this list.txt  created in E:movies<br />
<a href="http://hackspc.com/wp-content/uploads/2008/12/cmd2.png"><img class="alignnone size-full wp-image-1492" title="list of files" src="http://hackspc.com/wp-content/uploads/2008/12/cmd2.png" alt="list of files cmd" width="500" height="275" /></a></p>
<p>List.txt looks like this<br />
<a href="http://hackspc.com/wp-content/uploads/2008/12/cmd3.png"><img class="alignnone size-full wp-image-1493" title="cmd3" src="http://hackspc.com/wp-content/uploads/2008/12/cmd3.png" alt="" width="500" height="289" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/how-to-print-out-a-list-of-all-files-in-a-folder/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Command Prompt Hacks &#124; How To find  Directories</title>
		<link>http://hackspc.com/directories/</link>
		<comments>http://hackspc.com/directories/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 21:17:11 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Command Prompt Hacks]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[cmd]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=201</guid>
		<description><![CDATA[You can move through the hidden directories from the Command Prompt.

1)Start-&#62;Run

2)In Command Prompt write cd and press TAB on keyboard. It looks like this

]]></description>
			<content:encoded><![CDATA[<p>You can move through the hidden directories from the Command Prompt.</p>
<p><span id="more-201"></span></p>
<p style="text-align: left;">1)Start-&gt;Run</p>
<p style="text-align: center;"><a href="http://hackspc.com/wp-content/uploads/2008/09/12.gif"><img class="size-thumbnail wp-image-179 aligncenter" title="Start -&gt;Run" src="http://hackspc.com/wp-content/uploads/2008/09/12-150x150.gif" alt="" width="150" height="150" /></a></p>
<p>2)In Command Prompt write cd and press TAB on keyboard. It looks like this</p>
<p style="text-align: center;"><a href="http://hackspc.com/wp-content/uploads/2008/09/14.gif"><img class="size-thumbnail wp-image-202 aligncenter" title="14" src="http://hackspc.com/wp-content/uploads/2008/09/14-150x150.gif" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
