<?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: How to Create a List of Files and Folders in a Directory</title>
	<atom:link href="http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory</link>
	<description>Click and Stick to Tech</description>
	<lastBuildDate>Sun, 05 Feb 2012 18:41:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mcrouch83</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-62256</link>
		<dc:creator>Mcrouch83</dc:creator>
		<pubDate>Thu, 11 Aug 2011 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-62256</guid>
		<description>This is brilliant...! I may have a more challenging task, that i&#039;m praying someone can help with...!

I have music files in a folder, what i want is to be able to creat a list that contains the following information from these colums only:

Album
Album artist
#
Title
Contributing artist
Length
Year

I would be ver VERY grateful for any help on this.</description>
		<content:encoded><![CDATA[<p>This is brilliant&#8230;! I may have a more challenging task, that i&#8217;m praying someone can help with&#8230;!</p>
<p>I have music files in a folder, what i want is to be able to creat a list that contains the following information from these colums only:</p>
<p>Album<br />
Album artist<br />
#<br />
Title<br />
Contributing artist<br />
Length<br />
Year</p>
<p>I would be ver VERY grateful for any help on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iz</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-62019</link>
		<dc:creator>Iz</dc:creator>
		<pubDate>Sun, 08 May 2011 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-62019</guid>
		<description>Use: 
dir /s /b&gt; output.txt

you&#039;ll get only paths to everything that is in the folder, with sub folders and all files</description>
		<content:encoded><![CDATA[<p>Use:<br />
dir /s /b&gt; output.txt</p>
<p>you&#8217;ll get only paths to everything that is in the folder, with sub folders and all files</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-61519</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 06 Apr 2011 15:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-61519</guid>
		<description>BAT file to create directory list named &quot;00 - Playlist.m3u&quot; of the .mp3 files within a directory


note 1: must change the word &quot;user&quot; to your actual windows login name.
note 2: works well if added to Windows Explorer context menu for file type Folder. It will create an m3u file within the directory that was right clicked. I used an app named ContextEdit 1.2 on win7-64 to alter my context menu.

 - - - - Copy the text below into a blank text document and save as a BAT file - - - - 

cd %1
dir *.mp3 /a /b /-p /o:GEN &gt;&quot;C:Documents and SettingsuserLocal SettingsTemp0 - Playlist.m3u&quot;
copy &quot;C:Documents and SettingsuserLocal SettingsTemp0 - Playlist.m3u&quot; %1
del &quot;C:Documents and SettingsuserLocal SettingsTemp0 - Playlist.m3u&quot;

- - - - - - - -

</description>
		<content:encoded><![CDATA[<p>BAT file to create directory list named &#8220;00 &#8211; Playlist.m3u&#8221; of the .mp3 files within a directory</p>
<p>note 1: must change the word &#8220;user&#8221; to your actual windows login name.<br />
note 2: works well if added to Windows Explorer context menu for file type Folder. It will create an m3u file within the directory that was right clicked. I used an app named ContextEdit 1.2 on win7-64 to alter my context menu.</p>
<p> &#8211; - &#8211; - Copy the text below into a blank text document and save as a BAT file &#8211; - &#8211; - </p>
<p>cd %1<br />
dir *.mp3 /a /b /-p /o:GEN &gt;&#8221;C:Documents and SettingsuserLocal SettingsTemp0 &#8211; Playlist.m3u&#8221;<br />
copy &#8220;C:Documents and SettingsuserLocal SettingsTemp0 &#8211; Playlist.m3u&#8221; %1<br />
del &#8220;C:Documents and SettingsuserLocal SettingsTemp0 &#8211; Playlist.m3u&#8221;</p>
<p>- &#8211; - &#8211; - &#8211; - -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-54327</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 05 Jan 2011 09:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-54327</guid>
		<description>Hello, I found a small utility very useful : http://www.twilist.org

It can quickly Create a List of Files and Folders in a Directory from Windows Explorer.</description>
		<content:encoded><![CDATA[<p>Hello, I found a small utility very useful : <a href="http://www.twilist.org" rel="nofollow">http://www.twilist.org</a></p>
<p>It can quickly Create a List of Files and Folders in a Directory from Windows Explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-50513</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 10 Dec 2010 02:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-50513</guid>
		<description>Thanks a lot! This advice have really helped me! But I just want to say that it&#039;s handier to convert this batch file to EXE if you want to run it on many PCs. I used Dr.Batcher ( http://www.drbatcher.com ) to convert it.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! This advice have really helped me! But I just want to say that it&#8217;s handier to convert this batch file to EXE if you want to run it on many PCs. I used Dr.Batcher ( <a href="http://www.drbatcher.com" rel="nofollow">http://www.drbatcher.com</a> ) to convert it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonard Ratliff</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-46574</link>
		<dc:creator>Leonard Ratliff</dc:creator>
		<pubDate>Sun, 07 Nov 2010 06:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-46574</guid>
		<description>I don&#039;t want to seem stupid, but is there a way to do this, and include the subfolders, and subsequenty, their subfiles too. I really need to find a way. I have a folder named karaoke. I guess that specifies itself. And I need to find a way to make a list of all the files in the file karaoke and the files in the subfolders too. I&#039;ll buy you a beer, or a case,for sure.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t want to seem stupid, but is there a way to do this, and include the subfolders, and subsequenty, their subfiles too. I really need to find a way. I have a folder named karaoke. I guess that specifies itself. And I need to find a way to make a list of all the files in the file karaoke and the files in the subfolders too. I&#8217;ll buy you a beer, or a case,for sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jannisha</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-42926</link>
		<dc:creator>jannisha</dc:creator>
		<pubDate>Mon, 20 Sep 2010 05:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-42926</guid>
		<description>Thanks joel! helped a lot. ☺ Thanks to perry as well for the csv tip. lessened time for copy-pasting!</description>
		<content:encoded><![CDATA[<p>Thanks joel! helped a lot. ☺ Thanks to perry as well for the csv tip. lessened time for copy-pasting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: es</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-38568</link>
		<dc:creator>es</dc:creator>
		<pubDate>Sat, 10 Jul 2010 00:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-38568</guid>
		<description>To create essentially a log of the directory contents I used these lines in the batch file:

net time \\%computername% &#124;find “Current time” &gt;&gt; output.txt
dir /s &gt;&gt; output.txt

Your comment is awaiting moderation.
for awaited moderation: this is a revised edition of the previous post 
es</description>
		<content:encoded><![CDATA[<p>To create essentially a log of the directory contents I used these lines in the batch file:</p>
<p>net time \\%computername% |find “Current time” &gt;&gt; output.txt<br />
dir /s &gt;&gt; output.txt</p>
<p>Your comment is awaiting moderation.<br />
for awaited moderation: this is a revised edition of the previous post<br />
es</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: es</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-38566</link>
		<dc:creator>es</dc:creator>
		<pubDate>Sat, 10 Jul 2010 00:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-38566</guid>
		<description>To create essentially a log of the directory contents I usedd these lines in the batch file:

net time \\%computername% &#124;find &quot;Current time&quot; &gt;&gt; output.txt
dir /s &gt;&gt; output.txt</description>
		<content:encoded><![CDATA[<p>To create essentially a log of the directory contents I usedd these lines in the batch file:</p>
<p>net time \\%computername% |find &#8220;Current time&#8221; &gt;&gt; output.txt<br />
dir /s &gt;&gt; output.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shirley Marie Bradby (English_For_You)</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-25450</link>
		<dc:creator>Shirley Marie Bradby (English_For_You)</dc:creator>
		<pubDate>Sun, 21 Feb 2010 11:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-25450</guid>
		<description>Thank you so much! This will help me to organize my files and reduce the time I need to do make my reports! Great! : )  Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Thank you so much! This will help me to organize my files and reduce the time I need to do make my reports! Great! : )  Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kathy</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-23532</link>
		<dc:creator>Kathy</dc:creator>
		<pubDate>Sat, 16 Jan 2010 12:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-23532</guid>
		<description>I am using the tool FileList Creator (freeware and portable) for creating lists of folders and files:

http://www.sttmedia.com/filelistcreator

With this tool you create such a list in a view seconds and you can set lots of other things like user-defined columns or grouping. The export is available as image, text file or HTML.</description>
		<content:encoded><![CDATA[<p>I am using the tool FileList Creator (freeware and portable) for creating lists of folders and files:</p>
<p><a href="http://www.sttmedia.com/filelistcreator" rel="nofollow">http://www.sttmedia.com/filelistcreator</a></p>
<p>With this tool you create such a list in a view seconds and you can set lots of other things like user-defined columns or grouping. The export is available as image, text file or HTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-19133</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Tue, 01 Dec 2009 00:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-19133</guid>
		<description>Thanks that was wonderful, I have been playing with it and driving my son nuts......1</description>
		<content:encoded><![CDATA[<p>Thanks that was wonderful, I have been playing with it and driving my son nuts&#8230;&#8230;1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-17300</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Thu, 05 Nov 2009 08:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-17300</guid>
		<description>You&#039;re welcome :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome <img src='http://www.bizzntech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-17295</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-17295</guid>
		<description>Wow!! That took all of 1 minute to create a list.  THANK YOU!!!</description>
		<content:encoded><![CDATA[<p>Wow!! That took all of 1 minute to create a list.  THANK YOU!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pan</title>
		<link>http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory/comment-page-1#comment-17176</link>
		<dc:creator>Pan</dc:creator>
		<pubDate>Mon, 02 Nov 2009 18:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizzntech.com/2008/07/08/how-to-create-a-list-of-files-and-folders-in-a-directory#comment-17176</guid>
		<description>Excellent. Thanks</description>
		<content:encoded><![CDATA[<p>Excellent. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

