<?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: Send Listing of Directory or Folder To Notepad For Easy Printing</title>
	<atom:link href="http://www.tech-recipes.com/rx/348/send-listing-of-directory-or-folder-to-notepad-for-easy-printing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/348/send-listing-of-directory-or-folder-to-notepad-for-easy-printing/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 20:38:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/348/send-listing-of-directory-or-folder-to-notepad-for-easy-printing/comment-page-1/#comment-3574</link>
		<dc:creator></dc:creator>
		<pubDate>Mon, 11 Feb 2008 20:15:31 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3574</guid>
		<description>Excellent tool, my son explained I didn&#039;t have to double clk the icon to get it to work correctly. Nice site (Tech Recipies)  thanks bobo</description>
		<content:encoded><![CDATA[<p>Excellent tool, my son explained I didn&#8217;t have to double clk the icon to get it to work correctly. Nice site (Tech Recipies)  thanks bobo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/348/send-listing-of-directory-or-folder-to-notepad-for-easy-printing/comment-page-1/#comment-992</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 07 Nov 2004 02:17:20 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-992</guid>
		<description>Does not work!  I created the text file, i tried to save it as said via Save As and it still added the .txt to the file name on desktop, i renamed it as a .cmd file and no go nothing, the Open With... window appears every time i double-click it, if i drag a file onto it the file just re-appears on the desktop, no .txt file created.

Sorry, does not work here with Win98SE.
What&#039;s up?</description>
		<content:encoded><![CDATA[<p>Does not work!  I created the text file, i tried to save it as said via Save As and it still added the .txt to the file name on desktop, i renamed it as a .cmd file and no go nothing, the Open With&#8230; window appears every time i double-click it, if i drag a file onto it the file just re-appears on the desktop, no .txt file created.</p>
<p>Sorry, does not work here with Win98SE.<br />
What&#8217;s up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zixp</title>
		<link>http://www.tech-recipes.com/rx/348/send-listing-of-directory-or-folder-to-notepad-for-easy-printing/comment-page-1/#comment-111</link>
		<dc:creator>zixp</dc:creator>
		<pubDate>Fri, 27 Feb 2004 07:58:34 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-111</guid>
		<description>There is a much easier way to get your directory listing into a text file:

Open the command line
&quot;cd&quot; to the directory you want
type &quot;dir &gt;&gt; &quot;C:Your_Text_File.txt&quot;

Thats it, it will create your text file with the directory listing.  Better yet, you can use  &quot;&gt;&gt;&quot; with any other commands, all it does is direct the output to a text file.</description>
		<content:encoded><![CDATA[<p>There is a much easier way to get your directory listing into a text file:</p>
<p>Open the command line<br />
&#8220;cd&#8221; to the directory you want<br />
type &#8220;dir &gt;&gt; &#8220;C:Your_Text_File.txt&#8221;</p>
<p>Thats it, it will create your text file with the directory listing.  Better yet, you can use  &#8220;&gt;&gt;&#8221; with any other commands, all it does is direct the output to a text file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davak</title>
		<link>http://www.tech-recipes.com/rx/348/send-listing-of-directory-or-folder-to-notepad-for-easy-printing/comment-page-1/#comment-89</link>
		<dc:creator>davak</dc:creator>
		<pubDate>Fri, 06 Feb 2004 14:28:14 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-89</guid>
		<description>Trojan at mameworld.info made the following suggestion for creating a barebones listing...

&lt;code&gt;

Change

dir &quot;%~dp1&quot; &gt; dir.txt &#124;&#124; pause 

to 

dir /b &quot;%~dp1&quot; &gt; dir.txt &#124;&#124; pause 

&lt;/code&gt;


Original thread:
&lt;a href=&quot;http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&amp;Number=36808&amp;page=&amp;view=&amp;sb=5&amp;o=&amp;vc=1&quot;&gt;http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&amp;Number=36808&amp;page=&amp;view=&amp;sb=5&amp;o=&amp;vc=1&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Trojan at mameworld.info made the following suggestion for creating a barebones listing&#8230;</p>
<p><code></p>
<p>Change</p>
<p>dir &quot;%~dp1&quot; &gt; dir.txt || pause </p>
<p>to </p>
<p>dir /b &quot;%~dp1&quot; &gt; dir.txt || pause </p>
<p></code></p>
<p>Original thread:<br />
<a href="http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&amp;Number=36808&amp;page=&amp;view=&amp;sb=5&amp;o=&amp;vc=1">http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&amp;Number=36808&amp;page=&amp;view=&amp;sb=5&amp;o=&amp;vc=1</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
