<?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>OpenJason &#187; ddfilecatcher</title>
	<atom:link href="http://www.openjason.com/tag/ddfilecatcher/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openjason.com</link>
	<description>Weblog of all things Open Source, Web 2.0, Joomla!, and more...</description>
	<lastBuildDate>Fri, 18 Mar 2011 04:54:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Creating a list of files within a directory</title>
		<link>http://www.openjason.com/2009/07/11/creating-a-list-of-files-within-a-directory/</link>
		<comments>http://www.openjason.com/2009/07/11/creating-a-list-of-files-within-a-directory/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 12:40:03 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Tips and Tools]]></category>
		<category><![CDATA[ddfilecatcher]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.openjason.com/?p=395</guid>
		<description><![CDATA[There&#8217;s been so many times where I needed to get a list of files that reside within a certain directory. There&#8217;s software out there to do it (like DDFilecatcher), but who wants to pay for it? It seems like it would be so simple just to create a little script that&#8217;ll take the names of [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been so many times where I needed to get a list of files that reside within a certain directory. There&#8217;s software out there to do it (like DDFilecatcher), but who wants to pay for it? It seems like it would be so simple just to create a little script that&#8217;ll take the names of all the files I have in a folder and save it to a .txt file.  Well, here&#8217;s how you do it. </p>
<ol>
<li>Open notepad</li>
<li>Put this code into the file<br />
<h3>dir /b>filelist.txt</h3>
</li>
<li>Save it as &#8220;filelist.bat&#8221; </li>
<li>Place filelist.bat into the directory you need to get the list from</li>
<li>Click on filelist.bat from within the folder</li>
<li>You&#8217;ll now have a .txt doc called &#8220;filelist.txt&#8221; </li>
<p>Simple, right? This has saved me so much time&#8230; it&#8217;s ridiculous. </p>
<p><a href="http://www.openjason.com/wp-content/uploads/2009/07/filelist.png"><img src="http://www.openjason.com/wp-content/uploads/2009/07/filelist-300x252.png" alt="filelist" title="filelist" width="300" height="252" class="aligncenter size-medium wp-image-396" /></a></p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Creating a list of files within a directory" url="http://www.openjason.com/?p=395"></script><img src="http://www.openjason.com/?ak_action=api_record_view&id=395&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.openjason.com/2009/07/11/creating-a-list-of-files-within-a-directory/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

