<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: How To Print A Directory Tree From Windows Explorer</title>
	<atom:link href="http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html</link>
	<description>Computer - Internet - Technology Tips And Tutorials</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:05:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Tri</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-148980</link>
		<dc:creator>Tri</dc:creator>
		<pubDate>Thu, 02 Feb 2012 23:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-148980</guid>
		<description>Excellent article, thank you very much for creating this! I now can create a listing of all the files I put on a tape backup.</description>
		<content:encoded><![CDATA[<p>Excellent article, thank you very much for creating this! I now can create a listing of all the files I put on a tape backup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limey</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-146265</link>
		<dc:creator>Limey</dc:creator>
		<pubDate>Sun, 15 Jan 2012 18:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-146265</guid>
		<description>This works great for me! I was able to list all of my music files and save them as a text file.


@echo off
dir %1 /-p/s /o:gn &gt; &quot;%temp%\Listing&quot;
start /w notepad &quot;%temp%\Listing&quot;
del &quot;%temp%\Listing&quot;
exit</description>
		<content:encoded><![CDATA[<p>This works great for me! I was able to list all of my music files and save them as a text file.</p>
<p>@echo off<br />
dir %1 /-p/s /o:gn &gt; &#034;%temp%\Listing&#034;<br />
start /w notepad &#034;%temp%\Listing&#034;<br />
del &#034;%temp%\Listing&#034;<br />
exit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtiss H.</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-144923</link>
		<dc:creator>Curtiss H.</dc:creator>
		<pubDate>Sat, 07 Jan 2012 16:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-144923</guid>
		<description>Thanks a lot for this! I didn&#039;t much like it when it just sent everything straight to the printer, but I found, in the comments, how to output to Notepad, and that is just perfect. Much gratitude to everyone involved.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this! I didn&#039;t much like it when it just sent everything straight to the printer, but I found, in the comments, how to output to Notepad, and that is just perfect. Much gratitude to everyone involved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy Henry</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-144464</link>
		<dc:creator>Amy Henry</dc:creator>
		<pubDate>Wed, 04 Jan 2012 15:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-144464</guid>
		<description>Thanks!  This was very helpful and super easy to follow!</description>
		<content:encoded><![CDATA[<p>Thanks!  This was very helpful and super easy to follow!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol Bales</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-126990</link>
		<dc:creator>Carol Bales</dc:creator>
		<pubDate>Mon, 07 Nov 2011 15:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-126990</guid>
		<description>Thank you for a very useful program.  I learned several things with these instructions.</description>
		<content:encoded><![CDATA[<p>Thank you for a very useful program.  I learned several things with these instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-105148</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Mon, 26 Sep 2011 23:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-105148</guid>
		<description>Program works fine except when I plug in my MP3 player via USB port and want to print the directory of what&#039;s on my player.  It shows up as a drive, but won&#039;t let me print the directory.  Either there is no &quot;Send To&quot; shown when I right-click or I&#039;m told I don;t have administrative rights (it&#039;s my home computer and no one else uses it).  Any suggestions?  Thanks?</description>
		<content:encoded><![CDATA[<p>Program works fine except when I plug in my MP3 player via USB port and want to print the directory of what&#039;s on my player.  It shows up as a drive, but won&#039;t let me print the directory.  Either there is no &#034;Send To&#034; shown when I right-click or I&#039;m told I don;t have administrative rights (it&#039;s my home computer and no one else uses it).  Any suggestions?  Thanks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh Gerth</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-86516</link>
		<dc:creator>Hugh Gerth</dc:creator>
		<pubDate>Tue, 09 Aug 2011 15:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-86516</guid>
		<description>In vista when I enter %appdata%\microsoft\windows\sendto, I get to the sendto folder, but when I right click, my only choices are &quot;folder&quot; or &quot;briefcase&quot;.  Shortcut isn&#039;t one of my choices.  What gives?</description>
		<content:encoded><![CDATA[<p>In vista when I enter %appdata%\microsoft\windows\sendto, I get to the sendto folder, but when I right click, my only choices are &#034;folder&#034; or &#034;briefcase&#034;.  Shortcut isn&#039;t one of my choices.  What gives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-82653</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 27 Jul 2011 15:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-82653</guid>
		<description>Excellent use of the basics... i&#039;ve tried nearly every freeware program out there and this simple batch file does exactly what i&#039;ve always wanted the programs to do..
Thanks for the info...</description>
		<content:encoded><![CDATA[<p>Excellent use of the basics&#8230; i&#039;ve tried nearly every freeware program out there and this simple batch file does exactly what i&#039;ve always wanted the programs to do..<br />
Thanks for the info&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJ</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-78025</link>
		<dc:creator>MJ</dc:creator>
		<pubDate>Sat, 02 Jul 2011 23:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-78025</guid>
		<description>Thanks for http://www.primeoption.com.au/FreewareYourDir.htm ! Very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for <a href="http://www.primeoption.com.au/FreewareYourDir.htm" rel="nofollow">http://www.primeoption.com.au/FreewareYourDir.htm</a> ! Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-77657</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 30 Jun 2011 18:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-77657</guid>
		<description>Super helpful post.  Greatly appreciate the help.</description>
		<content:encoded><![CDATA[<p>Super helpful post.  Greatly appreciate the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John W</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-67412</link>
		<dc:creator>John W</dc:creator>
		<pubDate>Mon, 09 May 2011 15:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-67412</guid>
		<description>George,

You should have read my post sent on 24 Dec 2010, which included 2 solutions. For simplicity I repeat my previous post below.
- - - - - - - - - - - - - - - - - - - - - - -
I tried the Printdir.bat method but not happy that I could not see how many pages I was going to print (I was interested in everything in C:\Program files – quite a lot…)
Having modified the batch file it stops at Notepad so I can see what the output is and choose whether to print it/save it/abandon it – and when I close Notepad it all disappears!
To modify the Printdir file just remove the /p instruction after notepad so that that line reads…
start /w notepad &quot;%temp%\Listing&quot;
It is now a very useful addition to my Send To commands.

Further to my previous message about the neat little freeware utility at…
http://www.primeoption.com.au/FreewareYourDir.htm [Link working again 09-04-2011]
The Print Preview option is very useful as it shows how many pages it is going to take.</description>
		<content:encoded><![CDATA[<p>George,</p>
<p>You should have read my post sent on 24 Dec 2010, which included 2 solutions. For simplicity I repeat my previous post below.<br />
- &#8211; - &#8211; - &#8211; - &#8211; - &#8211; - &#8211; - &#8211; - &#8211; - &#8211; - &#8211; - &#8211; -<br />
I tried the Printdir.bat method but not happy that I could not see how many pages I was going to print (I was interested in everything in C:\Program files – quite a lot…)<br />
Having modified the batch file it stops at Notepad so I can see what the output is and choose whether to print it/save it/abandon it – and when I close Notepad it all disappears!<br />
To modify the Printdir file just remove the /p instruction after notepad so that that line reads…<br />
start /w notepad &#034;%temp%\Listing&#034;<br />
It is now a very useful addition to my Send To commands.</p>
<p>Further to my previous message about the neat little freeware utility at…<br />
<a href="http://www.primeoption.com.au/FreewareYourDir.htm" rel="nofollow">http://www.primeoption.com.au/FreewareYourDir.htm</a> [Link working again 09-04-2011]<br />
The Print Preview option is very useful as it shows how many pages it is going to take.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-67395</link>
		<dc:creator>George</dc:creator>
		<pubDate>Mon, 09 May 2011 14:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-67395</guid>
		<description>This sucks ! It printed 44 pages without notifying me that its going to do that !</description>
		<content:encoded><![CDATA[<p>This sucks ! It printed 44 pages without notifying me that its going to do that !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John W</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-64485</link>
		<dc:creator>John W</dc:creator>
		<pubDate>Fri, 22 Apr 2011 19:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-64485</guid>
		<description>Hi Curtis,
You&#039;re right, that link does appear to be broken. Luckily, YourDir is such a popular little freeware utility that lots of other sites have it. Try one of these...
http://yourdir.en.softonic.com/
http://download.cnet.com/YourDir/3000-2248_4-10336832.html
http://www.softpedia.com/get/Others/Miscellaneous/Your-Dir.shtml

Best wishes,</description>
		<content:encoded><![CDATA[<p>Hi Curtis,<br />
You&#039;re right, that link does appear to be broken. Luckily, YourDir is such a popular little freeware utility that lots of other sites have it. Try one of these&#8230;<br />
<a href="http://yourdir.en.softonic.com/" rel="nofollow">http://yourdir.en.softonic.com/</a><br />
<a href="http://download.cnet.com/YourDir/3000-2248_4-10336832.html" rel="nofollow">http://download.cnet.com/YourDir/3000-2248_4-10336832.html</a><br />
<a href="http://www.softpedia.com/get/Others/Miscellaneous/Your-Dir.shtml" rel="nofollow">http://www.softpedia.com/get/Others/Miscellaneous/Your-Dir.shtml</a></p>
<p>Best wishes,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-64481</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Fri, 22 Apr 2011 19:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-64481</guid>
		<description>The link http://www.primeoption.com.au/FreewareYourDir.htm seems to be broken...
Can anyone help with this?

Thanks!</description>
		<content:encoded><![CDATA[<p>The link <a href="http://www.primeoption.com.au/FreewareYourDir.htm" rel="nofollow">http://www.primeoption.com.au/FreewareYourDir.htm</a> seems to be broken&#8230;<br />
Can anyone help with this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Cain</title>
		<link>http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-60126</link>
		<dc:creator>Joe Cain</dc:creator>
		<pubDate>Fri, 01 Apr 2011 16:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-print-a-directory-tree-from-windows-explorer.html#comment-60126</guid>
		<description>@&lt;a href=&quot;#comment-12712&quot; rel=&quot;nofollow&quot;&gt;Watching The Net&lt;/a&gt;: Where does the &#039;ls&#039; fit into the Printdir.bat script? do i have to modify the script elsewhere? 

@echo off
dir [HERE?] %1 /-p /o:gn &gt; &quot;%temp%\Listing&quot;
start /w notepad /p &quot;%temp%\Listing&quot;
del &quot;%temp%\Listing&quot;
exit</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-12712" rel="nofollow">Watching The Net</a>: Where does the &#039;ls&#039; fit into the Printdir.bat script? do i have to modify the script elsewhere? </p>
<p>@echo off<br />
dir [HERE?] %1 /-p /o:gn &gt; &#034;%temp%\Listing&#034;<br />
start /w notepad /p &#034;%temp%\Listing&#034;<br />
del &#034;%temp%\Listing&#034;<br />
exit</p>
]]></content:encoded>
	</item>
</channel>
</rss>

