<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Auto-indexing files on a hard drive? </title>
	<link>http://ask.metafilter.com/50406/Autoindexing-files-on-a-hard-drive/</link>
	<description>Comments on Ask MetaFilter post Auto-indexing files on a hard drive?</description>
	<pubDate>Tue, 07 Nov 2006 16:33:04 -0800</pubDate>
	<lastBuildDate>Tue, 07 Nov 2006 16:33:04 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Auto-indexing files on a hard drive? </title>
		<link>http://ask.metafilter.com/50406/Autoindexing-files-on-a-hard-drive</link>	
		<description>Is there an easy way to automatically generate an MSWord (or text) document that contains the titles and folder structure for all files on a hard drive?  In other words, to create an index of a hard drive&apos;s contents? &lt;br /&gt;&lt;br /&gt; I am trying to create a clean, polished index of everything on a hard drive.  The idea is to have a Word document that lists all of the files and includes the folders/subfolders in which they sit (links to the files would be great, but not necessary).  This seems like it should be easy to do, but I have not been able to figure out a way.  If there is a way to do this without the need to apply any real technical expertise (which I generally lack), all the better.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.50406</guid>
		<pubDate>Tue, 07 Nov 2006 16:27:50 -0800</pubDate>
		<dc:creator>lionelhutz5</dc:creator>
		
			<category>MSWord</category>
		
			<category>index</category>
		
			<category>harddrive</category>
		
	</item> <item>
		<title>By: niles</title>
		<link>http://ask.metafilter.com/50406/Autoindexing-files-on-a-hard-drive#764237</link>	
		<description>the DOS &lt;strong&gt;tree&lt;/strong&gt; command? It only gives folders - I&apos;m not sure if you want files listed or not.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50406-764237</guid>
		<pubDate>Tue, 07 Nov 2006 16:33:04 -0800</pubDate>
		<dc:creator>niles</dc:creator>
	</item><item>
		<title>By: niles</title>
		<link>http://ask.metafilter.com/50406/Autoindexing-files-on-a-hard-drive#764239</link>	
		<description>&lt;small&gt;Just kidding - use the /f flag to list files.&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50406-764239</guid>
		<pubDate>Tue, 07 Nov 2006 16:34:16 -0800</pubDate>
		<dc:creator>niles</dc:creator>
	</item><item>
		<title>By: aubilenon</title>
		<link>http://ask.metafilter.com/50406/Autoindexing-files-on-a-hard-drive#764246</link>	
		<description>&lt;code&gt;dir c:\ /s /b &amp;gt; foo.txt&lt;/code&gt;&lt;br&gt;
If you want to only include directories, you can use:&lt;br&gt;
&lt;code&gt;dir c:\ /s /b /ad &amp;gt; foo.txt&lt;/code&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50406-764246</guid>
		<pubDate>Tue, 07 Nov 2006 16:42:50 -0800</pubDate>
		<dc:creator>aubilenon</dc:creator>
	</item><item>
		<title>By: caddis</title>
		<link>http://ask.metafilter.com/50406/Autoindexing-files-on-a-hard-drive#764288</link>	
		<description>dos is so forgotten, yet so powerful</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50406-764288</guid>
		<pubDate>Tue, 07 Nov 2006 17:28:32 -0800</pubDate>
		<dc:creator>caddis</dc:creator>
	</item><item>
		<title>By: blind.wombat</title>
		<link>http://ask.metafilter.com/50406/Autoindexing-files-on-a-hard-drive#764313</link>	
		<description>what you want is:&lt;br&gt;
&lt;br&gt;
Start -&amp;gt; run&lt;br&gt;
&lt;br&gt;
Type &lt;strong&gt;cmd&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
Browse to the root folder you want to start at. (&lt;strong&gt;cd ..&lt;/strong&gt; takes you up one folder level)&lt;br&gt;
&lt;br&gt;
tree /F &amp;gt; tree.txt&lt;br&gt;
&lt;br&gt;
Then open that txt file and copy into Word or whatever.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50406-764313</guid>
		<pubDate>Tue, 07 Nov 2006 17:57:19 -0800</pubDate>
		<dc:creator>blind.wombat</dc:creator>
	</item><item>
		<title>By: mikeand1</title>
		<link>http://ask.metafilter.com/50406/Autoindexing-files-on-a-hard-drive#764560</link>	
		<description>Another option:  Check out Agent Ransack (download for free, Google it).&lt;br&gt;
&lt;br&gt;
Ir can do what you want, along with many other powerful features.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50406-764560</guid>
		<pubDate>Wed, 08 Nov 2006 00:32:43 -0800</pubDate>
		<dc:creator>mikeand1</dc:creator>
	</item><item>
		<title>By: monkeyforest</title>
		<link>http://ask.metafilter.com/50406/Autoindexing-files-on-a-hard-drive#764589</link>	
		<description>Try &lt;a href=&quot;http://mayakron.altervista.org/opensource/browse.php?category=Windows&quot;&gt;FolderStyle&lt;/a&gt;. It allows you to choose the style of report produced, either a plain text file or HTML files which can include hyperlinks back to the original files.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50406-764589</guid>
		<pubDate>Wed, 08 Nov 2006 02:11:24 -0800</pubDate>
		<dc:creator>monkeyforest</dc:creator>
	</item><item>
		<title>By: monkeyforest</title>
		<link>http://ask.metafilter.com/50406/Autoindexing-files-on-a-hard-drive#764600</link>	
		<description>You don&apos;t need to install FolderStyle, it&apos;s a standalone executable. You can also get it from &lt;a href=&quot;http://www.portablefreeware.com/?id=724&quot;&gt;Portable Freeware&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50406-764600</guid>
		<pubDate>Wed, 08 Nov 2006 02:37:55 -0800</pubDate>
		<dc:creator>monkeyforest</dc:creator>
	</item>
	</channel>
</rss>
