<?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: Generate files of folder contents with JR Directory Printer</title> <atom:link href="http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/feed/" rel="self" type="application/rss+xml" /><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/</link> <description>tech, science, news and social issues for geeks</description> <lastBuildDate>Tue, 14 Feb 2012 07:53:04 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: tRpd2</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-47304</link> <dc:creator>tRpd2</dc:creator> <pubDate>Wed, 20 Feb 2008 13:01:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-47304</guid> <description>Thanks for the h/up on JR dirprint-a neat little app(especially for a DOS illiterate like me-if it would only print to .rtf or .doc!-dreaming on &amp; on..) Nice site also :-) </description> <content:encoded><![CDATA[<p>Thanks for the h/up on JR dirprint-a neat little app(especially for a DOS illiterate like me-if it would only print to .rtf or .doc!-dreaming on &amp; on..)</p><p>Nice site also :-)</p> ]]></content:encoded> </item> <item><title>By: tRpd2</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-264327</link> <dc:creator>tRpd2</dc:creator> <pubDate>Wed, 20 Feb 2008 12:01:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-264327</guid> <description>Thanks for the h/up on JR dirprint-a neat little app(especially for a DOS illiterate like me-if it would only print to .rtf or .doc!-dreaming on &amp; on..) Nice site also :-)</description> <content:encoded><![CDATA[<p>Thanks for the h/up on JR dirprint-a neat little app(especially for a DOS illiterate like me-if it would only print to .rtf or .doc!-dreaming on &amp; on..)<br /> Nice site also :-)</p> ]]></content:encoded> </item> <item><title>By: Sampi</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33752</link> <dc:creator>Sampi</dc:creator> <pubDate>Mon, 17 Dec 2007 02:27:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33752</guid> <description>Its a useful GUI but I dont think its worth the hassle. Linux users can just type in the terminal: ls -R &#124; grep -v &#8220;/$&#8221; &gt; list.txt </description> <content:encoded><![CDATA[<p>Its a useful GUI but I dont think its worth the hassle. Linux users can just type in the terminal:</p><p>ls -R | grep -v &ldquo;/$&rdquo; &gt; list.txt</p> ]]></content:encoded> </item> <item><title>By: Sampi</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-264326</link> <dc:creator>Sampi</dc:creator> <pubDate>Mon, 17 Dec 2007 01:27:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-264326</guid> <description>Its a useful GUI but I dont think its worth the hassle. Linux users can just type in the terminal: ls -R &#124; grep -v “/$” &gt; list.txt</description> <content:encoded><![CDATA[<p>Its a useful GUI but I dont think its worth the hassle. Linux users can just type in the terminal:<br /> ls -R | grep -v “/$” &gt; list.txt</p> ]]></content:encoded> </item> <item><title>By: broho3</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33698</link> <dc:creator>broho3</dc:creator> <pubDate>Mon, 17 Dec 2007 00:38:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33698</guid> <description>try this from the command line TREE [drive:][path] [/F] [/A] &gt; [output path] /F   Display the names of the files in each folder. /A   Use ASCII instead of extended characters. Example: TREE c: /F /A &gt; c:fileList.txt more readable than dir </description> <content:encoded><![CDATA[<p>try this from the command line</p><p>TREE [drive:][path] [/F] [/A] &gt; [output path]</p><p> /F   Display the names of the files in each folder.</p><p> /A   Use ASCII instead of extended characters.</p><p>Example: TREE c: /F /A &gt; c:fileList.txt</p><p>more readable than dir</p> ]]></content:encoded> </item> <item><title>By: broho3</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-264325</link> <dc:creator>broho3</dc:creator> <pubDate>Sun, 16 Dec 2007 23:38:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-264325</guid> <description>try this from the command lineTREE [drive:][path] [/F] [/A] &gt; [output path]/F   Display the names of the files in each folder. /A   Use ASCII instead of extended characters.Example: TREE c: /F /A &gt; c:fileList.txtmore readable than dir</description> <content:encoded><![CDATA[<p>try this from the command line</p><p>TREE [drive:][path] [/F] [/A] &gt; [output path]</p><p> /F   Display the names of the files in each folder.<br /> /A   Use ASCII instead of extended characters.</p><p>Example: TREE c: /F /A &gt; c:fileList.txt</p><p>more readable than dir</p> ]]></content:encoded> </item> <item><title>By: zibou</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33313</link> <dc:creator>zibou</dc:creator> <pubDate>Sat, 15 Dec 2007 12:25:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33313</guid> <description>great tool :) </description> <content:encoded><![CDATA[<p>great tool :)</p> ]]></content:encoded> </item> <item><title>By: zibou</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-264324</link> <dc:creator>zibou</dc:creator> <pubDate>Sat, 15 Dec 2007 11:25:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-264324</guid> <description>great tool :)</description> <content:encoded><![CDATA[<p>great tool :)</p> ]]></content:encoded> </item> <item><title>By: Mackenzie</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33219</link> <dc:creator>Mackenzie</dc:creator> <pubDate>Sat, 15 Dec 2007 04:08:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33219</guid> <description>Ah ya beat me to the command line! Mac/Linux/BSD/Solaris users: ls -FR &#124; grep -v &quot;/$&quot; &gt; files.txt </description> <content:encoded><![CDATA[<p>Ah ya beat me to the command line!</p><p>Mac/Linux/BSD/Solaris users:</p><p>ls -FR | grep -v &quot;/$&quot; &gt; files.txt</p> ]]></content:encoded> </item> <item><title>By: Mackenzie</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-264323</link> <dc:creator>Mackenzie</dc:creator> <pubDate>Sat, 15 Dec 2007 03:08:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-264323</guid> <description>Ah ya beat me to the command line!Mac/Linux/BSD/Solaris users: ls -FR &#124; grep -v &quot;/$&quot; &gt; files.txt</description> <content:encoded><![CDATA[<p>Ah ya beat me to the command line!</p><p>Mac/Linux/BSD/Solaris users:<br /> ls -FR | grep -v &#8220;/$&#8221; &gt; files.txt</p> ]]></content:encoded> </item> <item><title>By: Generate files of folder contents with JR Directory Printer &#183; All In One Printer News, Reviews, and Deals</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33177</link> <dc:creator>Generate files of folder contents with JR Directory Printer &#183; All In One Printer News, Reviews, and Deals</dc:creator> <pubDate>Sat, 15 Dec 2007 01:07:58 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33177</guid> <description>[...] Original post by [Geeks Are Sexy] Technology News [...]</description> <content:encoded><![CDATA[<p>[...] Original post by [Geeks Are Sexy] Technology News [...]</p> ]]></content:encoded> </item> <item><title>By: Kiltak</title><link>http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33143</link> <dc:creator>Kiltak</dc:creator> <pubDate>Sat, 15 Dec 2007 00:56:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/2007/12/14/generate-files-of-folder-contents-with-jr-directory-printer/#comment-33143</guid> <description>Well, for those of you who like to use the command prompt once in a while: navigate to the desired folder and type: Dir *.* &gt; desiredfilename.txt You can also add these switches after the wildcard: /S Recurse sub-directories /W Use Wide list format And if you want to append content at the end of an already existing text file, replace the &gt; with &gt;&gt; Ex: dir *.* /S /W &gt;&gt; mydir.txt This would list All files, folders and sub-folders within a location, format the output in &quot;Wide&quot; format and append it to a file named mydir.txt Enjoy :) </description> <content:encoded><![CDATA[<p>Well, for those of you who like to use the command prompt once in a while:</p><p>navigate to the desired folder and type:</p><p>Dir *.* &gt; desiredfilename.txt</p><p>You can also add these switches after the wildcard:</p><p>/S Recurse sub-directories</p><p>/W Use Wide list format</p><p>And if you want to append content at the end of an already existing text file, replace the &gt; with &gt;&gt;</p><p>Ex: dir *.* /S /W &gt;&gt; mydir.txt</p><p>This would list All files, folders and sub-folders within a location, format the output in &quot;Wide&quot; format and append it to a file named mydir.txt</p><p>Enjoy :)</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 9/14 queries in 0.008 seconds using disk: basic
Content Delivery Network via blog.geeksaresexytech.netdna-cdn.com

Served from: www.geeksaresexy.net @ 2012-02-14 06:18:53 -->
