<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Add a context menu option to list all files in a folder and save it as text file</title> <atom:link href="http://www.exnol.com/windows/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file/feed" rel="self" type="application/rss+xml" /><link>http://www.exnol.com/windows/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file</link> <description>Free Software reviews, Windows tips, tricks and advanced options</description> <lastBuildDate>Tue, 16 Mar 2010 03:02:43 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: How to Manage Your Recordings &#171; Earbirding.com</title><link>http://www.exnol.com/windows/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file/comment-page-1#comment-1647</link> <dc:creator>How to Manage Your Recordings &#171; Earbirding.com</dc:creator> <pubDate>Sat, 13 Mar 2010 21:38:28 +0000</pubDate> <guid
isPermaLink="false">http://www.exnol.com/how-to/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file#comment-1647</guid> <description>[...] nifty trick I learned from this webpage was how to add a &#8220;Print Directory Listing&#8221; option to my Windows right-click menu.  [...]</description> <content:encoded><![CDATA[<p>[...] nifty trick I learned from this webpage was how to add a &#8220;Print Directory Listing&#8221; option to my Windows right-click menu.  [...]</p> ]]></content:encoded> </item> <item><title>By: SharkTime</title><link>http://www.exnol.com/windows/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file/comment-page-1#comment-1599</link> <dc:creator>SharkTime</dc:creator> <pubDate>Fri, 27 Nov 2009 01:06:17 +0000</pubDate> <guid
isPermaLink="false">http://www.exnol.com/how-to/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file#comment-1599</guid> <description>Great. see great shareware for doing that - wList
http://www.sharktime.com/us_wList.htmlIt works similar to dir command but in a window.
It automatically adds list option to right click menu.</description> <content:encoded><![CDATA[<p>Great. see great shareware for doing that &#8211; wList<br
/> <a
href="http://www.sharktime.com/us_wList.html" rel="nofollow">http://www.sharktime.com/us_wList.html</a></p><p>It works similar to dir command but in a window.<br
/> It automatically adds list option to right click menu.</p> ]]></content:encoded> </item> <item><title>By: Correction to List all files and folders in a directory using contect menu by OKTHEN &#124; Simple Informations</title><link>http://www.exnol.com/windows/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file/comment-page-1#comment-193</link> <dc:creator>Correction to List all files and folders in a directory using contect menu by OKTHEN &#124; Simple Informations</dc:creator> <pubDate>Mon, 07 Apr 2008 08:09:00 +0000</pubDate> <guid
isPermaLink="false">http://www.exnol.com/how-to/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file#comment-193</guid> <description>[...] think you all remember OKTHEN, the one who told us all an easy way to list files and folders in a directory into a file through a context menu. He posted it as a comment. Well last day he commented on the post to correct some mistakes in the [...]</description> <content:encoded><![CDATA[<p>[...] think you all remember OKTHEN, the one who told us all an easy way to list files and folders in a directory into a file through a context menu. He posted it as a comment. Well last day he commented on the post to correct some mistakes in the [...]</p> ]]></content:encoded> </item> <item><title>By: Ajith</title><link>http://www.exnol.com/windows/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file/comment-page-1#comment-192</link> <dc:creator>Ajith</dc:creator> <pubDate>Sun, 06 Apr 2008 08:18:29 +0000</pubDate> <guid
isPermaLink="false">http://www.exnol.com/how-to/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file#comment-192</guid> <description>Hi OKTHEN
thank you very much.
BTW please contact me if you don&#039;t mind .. I don&#039;t have your email address</description> <content:encoded><![CDATA[<p>Hi OKTHEN<br
/> thank you very much.<br
/> BTW please contact me if you don&#8217;t mind .. I don&#8217;t have your email address</p> ]]></content:encoded> </item> <item><title>By: okthen</title><link>http://www.exnol.com/windows/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file/comment-page-1#comment-191</link> <dc:creator>okthen</dc:creator> <pubDate>Fri, 04 Apr 2008 23:08:16 +0000</pubDate> <guid
isPermaLink="false">http://www.exnol.com/how-to/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file#comment-191</guid> <description>sorry i messed up awhile back
cmd /c dir %1 /a /b &gt;%1\list.txtwould not only be unable to list files in folders with long file names but also it would not be able to output the list.txt to a folder with a long file name in order for it to work with long folder names, u need to use quotes around the %1&#039;s also, if you use &gt;&gt; instead of &gt; it will append to any existing list.txt in the folder you are catalogging instead of replacing the text file with a new oneif you want to append to a pre-existing list.txt when one already exists in the output folder then use:cmd /c dir &quot;%1&quot; /a /b /s &gt;&gt;&quot;%1&quot;\list.txtor  if you want it to replace a possibly pre-existing list.txt in the same output folder every timecmd /c dir %1 /a /b &gt;%1\list.txt------------------------------------------------
if you dont wanna screw around in regedit
------------------------------------------------
then copy the following to a notepad document and then save it (where you can find it to click on) as listfiles.reg (NOTE make sure when u are in the save as dialog box in notepad you must use quotes around &quot;listfiles.reg&quot; otherwise it will loose its .reg extension and be useless)[Start copy below this line]Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Folder\shell\Make FileList][HKEY_CLASSES_ROOT\Folder\shell\Make FileList\command]
@=&quot;cmd /c dir \&quot;%1\&quot; /a /b /s &gt;&gt;\&quot;%1\&quot;\\list.txt&quot;[End copy above this line]once the above is saved into a file called &quot;listfiles.reg&quot;
find the file in whatever folder you put it in
Right click on the file, left click on Merge
a box will ask are you sure? Yes/No   click Yesnow you have a new command available &quot;Make FileList&quot;
when you right click any folder you will see this optionif you left click on the option it will then create a new file within that folder called list.txt which contains the contents of that folder as it was each time you told it to make a listi realised awhile back i did not afford for long folder names but only now decided to correct it since i want to use almost the exact same thing to create a context deltree command  (for quick erasure of files when i want it without using 1: shift+delete or 2: telling recycle bin to never be active keep files)</description> <content:encoded><![CDATA[<p>sorry i messed up awhile back<br
/> cmd /c dir %1 /a /b &gt;%1\list.txt</p><p>would not only be unable to list files in folders with long file names but also it would not be able to output the list.txt to a folder with a long file name in order for it to work with long folder names, u need to use quotes around the %1&#8217;s also, if you use &gt;&gt; instead of &gt; it will append to any existing list.txt in the folder you are catalogging instead of replacing the text file with a new one</p><p>if you want to append to a pre-existing list.txt when one already exists in the output folder then use:</p><p>cmd /c dir &#8220;%1&#8243; /a /b /s &gt;&gt;&#8221;%1&#8243;\list.txt</p><p>or  if you want it to replace a possibly pre-existing list.txt in the same output folder every time</p><p>cmd /c dir %1 /a /b &gt;%1\list.txt</p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> if you dont wanna screw around in regedit<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> then copy the following to a notepad document and then save it (where you can find it to click on) as listfiles.reg (NOTE make sure when u are in the save as dialog box in notepad you must use quotes around &#8220;listfiles.reg&#8221; otherwise it will loose its .reg extension and be useless)</p><p>[Start copy below this line]</p><p>Windows Registry Editor Version 5.00</p><p>[HKEY_CLASSES_ROOT\Folder\shell\Make FileList]</p><p>[HKEY_CLASSES_ROOT\Folder\shell\Make FileList\command]<br
/> @=&#8221;cmd /c dir \&#8221;%1\&#8221; /a /b /s &gt;&gt;\&#8221;%1\&#8221;\\list.txt&#8221;</p><p>[End copy above this line]</p><p>once the above is saved into a file called &#8220;listfiles.reg&#8221;<br
/> find the file in whatever folder you put it in<br
/> Right click on the file, left click on Merge<br
/> a box will ask are you sure? Yes/No   click Yes</p><p>now you have a new command available &#8220;Make FileList&#8221;<br
/> when you right click any folder you will see this option</p><p>if you left click on the option it will then create a new file within that folder called list.txt which contains the contents of that folder as it was each time you told it to make a list</p><p>i realised awhile back i did not afford for long folder names but only now decided to correct it since i want to use almost the exact same thing to create a context deltree command  (for quick erasure of files when i want it without using 1: shift+delete or 2: telling recycle bin to never be active keep files)</p> ]]></content:encoded> </item> <item><title>By: Ajith</title><link>http://www.exnol.com/windows/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file/comment-page-1#comment-129</link> <dc:creator>Ajith</dc:creator> <pubDate>Sat, 16 Feb 2008 18:26:28 +0000</pubDate> <guid
isPermaLink="false">http://www.exnol.com/how-to/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file#comment-129</guid> <description>Thanks &#039;okthen&#039; its better and easy...</description> <content:encoded><![CDATA[<p>Thanks &#8216;okthen&#8217; its better and easy&#8230;</p> ]]></content:encoded> </item> <item><title>By: okthen</title><link>http://www.exnol.com/windows/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file/comment-page-1#comment-128</link> <dc:creator>okthen</dc:creator> <pubDate>Sat, 16 Feb 2008 18:11:03 +0000</pubDate> <guid
isPermaLink="false">http://www.exnol.com/how-to/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file#comment-128</guid> <description>oops messed up itscmd /c dir %1 /a /b &gt;%1\list.txt</description> <content:encoded><![CDATA[<p>oops messed up its</p><p>cmd /c dir %1 /a /b &gt;%1\list.txt</p> ]]></content:encoded> </item> <item><title>By: okthen</title><link>http://www.exnol.com/windows/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file/comment-page-1#comment-127</link> <dc:creator>okthen</dc:creator> <pubDate>Sat, 16 Feb 2008 18:06:11 +0000</pubDate> <guid
isPermaLink="false">http://www.exnol.com/how-to/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file#comment-127</guid> <description>Go to the Folder tree My Computer\HKEY_CLASSES_ROOT\Folder\shell\ Right Click and select New»Key name the key “List Files and Folders” Now add another key to it named command. Go to the Default on right panel and double click on Default REG_SZ and pastecmd /k dir %1 /a /b /s &gt;%1\list.txtexit registry editor</description> <content:encoded><![CDATA[<p>Go to the Folder tree My Computer\HKEY_CLASSES_ROOT\Folder\shell\ Right Click and select New»Key name the key “List Files and Folders” Now add another key to it named command. Go to the Default on right panel and double click on Default REG_SZ and paste</p><p>cmd /k dir %1 /a /b /s &gt;%1\list.txt</p><p>exit registry editor</p> ]]></content:encoded> </item> <item><title>By: Ajith</title><link>http://www.exnol.com/windows/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file/comment-page-1#comment-68</link> <dc:creator>Ajith</dc:creator> <pubDate>Tue, 29 Jan 2008 11:47:16 +0000</pubDate> <guid
isPermaLink="false">http://www.exnol.com/how-to/add-a-context-menu-option-to-list-all-files-in-a-folder-and-save-it-as-text-file#comment-68</guid> <description>Test Comment to verify the comment form</description> <content:encoded><![CDATA[<p>Test Comment to verify the comment form</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 39/59 queries in 0.037 seconds using disk

Served from: exnol.com @ 2010-03-16 12:59:07 -->