<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Make A Directory List With The Command Prompt In Seconds</title>
	<link>http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/</link>
	<description></description>
	<pubDate>Wed, 07 Jan 2009 08:11:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: plooger</title>
		<link>http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/#comment-612</link>
		<dc:creator>plooger</dc:creator>
		<pubDate>Tue, 02 Sep 2008 00:00:17 +0000</pubDate>
		<guid>http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/#comment-612</guid>
		<description>Thanks for the info.  I've been *basically* doing this, but without the beneficial optional arguments.</description>
		<content:encoded><![CDATA[<p>Thanks for the info.  I&#8217;ve been *basically* doing this, but without the beneficial optional arguments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/#comment-594</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Sun, 20 Jul 2008 10:51:43 +0000</pubDate>
		<guid>http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/#comment-594</guid>
		<description>how to create a new file from the command prompt</description>
		<content:encoded><![CDATA[<p>how to create a new file from the command prompt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uninspired</title>
		<link>http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/#comment-452</link>
		<dc:creator>uninspired</dc:creator>
		<pubDate>Wed, 27 Feb 2008 04:30:23 +0000</pubDate>
		<guid>http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/#comment-452</guid>
		<description>Rats.  I forgot to mention, all of this enables you to right-click any folder you want in Windows Explorer and select "Dump File Listing" and it will automatically run the directory command you specified in the batch file.  This way you don't have to go to command prompt and type every time you want to do this.  Just right click your folder and select Dump File Listing.

-C</description>
		<content:encoded><![CDATA[<p>Rats.  I forgot to mention, all of this enables you to right-click any folder you want in Windows Explorer and select &#8220;Dump File Listing&#8221; and it will automatically run the directory command you specified in the batch file.  This way you don&#8217;t have to go to command prompt and type every time you want to do this.  Just right click your folder and select Dump File Listing.</p>
<p>-C</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uninspired</title>
		<link>http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/#comment-451</link>
		<dc:creator>uninspired</dc:creator>
		<pubDate>Wed, 27 Feb 2008 04:28:15 +0000</pubDate>
		<guid>http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/#comment-451</guid>
		<description>You can also take your directory command (with or without subdirectories, etc) and throw it in a batch file (named "filelist.bat" in this example) and then pop into your registry.  (Type "regedit" into the Run... box)

In My Computer\HKEY_CLASSES_ROOT\Directory\shell you can create a new key called "Dump_File_Listing" (or whatever you want...this is what will show up in the right-click context menu).  Create yet another new key under "Dump_File_Listing" called "command."  Modify this key to the value of

C:\WINDOWS\filelist.bat "%1"

(This assumes you are putting the command you created into a batch file in the location to which you pointed the above command key.)

-u</description>
		<content:encoded><![CDATA[<p>You can also take your directory command (with or without subdirectories, etc) and throw it in a batch file (named &#8220;filelist.bat&#8221; in this example) and then pop into your registry.  (Type &#8220;regedit&#8221; into the Run&#8230; box)</p>
<p>In My Computer\HKEY_CLASSES_ROOT\Directory\shell you can create a new key called &#8220;Dump_File_Listing&#8221; (or whatever you want&#8230;this is what will show up in the right-click context menu).  Create yet another new key under &#8220;Dump_File_Listing&#8221; called &#8220;command.&#8221;  Modify this key to the value of</p>
<p>C:\WINDOWS\filelist.bat &#8220;%1&#8243;</p>
<p>(This assumes you are putting the command you created into a batch file in the location to which you pointed the above command key.)</p>
<p>-u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radhey shyam</title>
		<link>http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/#comment-361</link>
		<dc:creator>radhey shyam</dc:creator>
		<pubDate>Wed, 02 Jan 2008 12:29:51 +0000</pubDate>
		<guid>http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/#comment-361</guid>
		<description>goody life</description>
		<content:encoded><![CDATA[<p>goody life</p>
]]></content:encoded>
	</item>
</channel>
</rss>
