<?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: Creating a list of files within a directory</title>
	<atom:link href="http://www.openjason.com/2009/07/11/creating-a-list-of-files-within-a-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openjason.com/2009/07/11/creating-a-list-of-files-within-a-directory/</link>
	<description>Weblog of all things Open Source, Web 2.0, Joomla!, and more...</description>
	<lastBuildDate>Thu, 11 Mar 2010 10:59:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: slaFFik</title>
		<link>http://www.openjason.com/2009/07/11/creating-a-list-of-files-within-a-directory/comment-page-1/#comment-1153</link>
		<dc:creator>slaFFik</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.openjason.com/?p=395#comment-1153</guid>
		<description>But it works well with Roman languages only.. For Russian, for example (where 1 letter is 2 bits), it&#039;s not good at all.</description>
		<content:encoded><![CDATA[<p>But it works well with Roman languages only.. For Russian, for example (where 1 letter is 2 bits), it&#8217;s not good at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad Alfy</title>
		<link>http://www.openjason.com/2009/07/11/creating-a-list-of-files-within-a-directory/comment-page-1/#comment-1015</link>
		<dc:creator>Ahmad Alfy</dc:creator>
		<pubDate>Sun, 26 Jul 2009 09:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.openjason.com/?p=395#comment-1015</guid>
		<description>This is so simple yet so useful!
Lot&#039;s of times I needed to do it :D Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>This is so simple yet so useful!<br />
Lot&#8217;s of times I needed to do it <img src='http://www.openjason.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tully</title>
		<link>http://www.openjason.com/2009/07/11/creating-a-list-of-files-within-a-directory/comment-page-1/#comment-1003</link>
		<dc:creator>Tully</dc:creator>
		<pubDate>Mon, 13 Jul 2009 17:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.openjason.com/?p=395#comment-1003</guid>
		<description>You can also just skip the .bat file and dump in the command line... 

dir &gt;files.txt (all files/folders/etc)
dir /ad &gt;dirs.txt (all directories into file called dirs.txt)
dir *.doc &gt;doc.txt (all files ending in .doc)
etc... 

dir (conditions) &gt;filename.ext</description>
		<content:encoded><![CDATA[<p>You can also just skip the .bat file and dump in the command line&#8230; </p>
<p>dir &gt;files.txt (all files/folders/etc)<br />
dir /ad &gt;dirs.txt (all directories into file called dirs.txt)<br />
dir *.doc &gt;doc.txt (all files ending in .doc)<br />
etc&#8230; </p>
<p>dir (conditions) &gt;filename.ext</p>
]]></content:encoded>
	</item>
</channel>
</rss>
