<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Re: file/directory listing program? in Software</title>
<link>http://www.dslreports.com/forum/r20496326</link>
<description></description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 01:09:13 EDT</pubDate>
<lastBuildDate>Thu, 04 Dec 2008 01:09:13 EDT</lastBuildDate>

<item>
<title>Re: file/directory listing program?</title>
<link>http://www.dslreports.com/forum/remark,20496326</link>
<description><![CDATA[<A HREF="/useremail/u/465492"><b>Jrb2</b></A> : Another free program:<br><br>Karen's Directory Printer<br><br>&raquo;<A HREF="http://www.karenware.com/powertools/ptdirprn.asp" >www.karenware.com/powertools/ptdirprn.asp</A><br><br>I've been using it for years :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20496326</guid>
<pubDate>Fri, 16 May 2008 23:55:04 EDT</pubDate>
</item>

<item>
<title>Re: file/directory listing program?</title>
<link>http://www.dslreports.com/forum/remark,20493681</link>
<description><![CDATA[<A HREF="/useremail/u/388160"><b>ME432ME</b></A> : after some playing around i actually got the DOS stuff worked out nicely, TREE and DIR. i'm gonna try playing around with dirhtml a bit more for the html output but it's a bit tricky to get the correct output i'm looking for, the last output i got included dirs from the recycle bin  :(<br><br>anyway i'll play around with it some more later, thanks for all the replies guys.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20493681</guid>
<pubDate>Fri, 16 May 2008 14:48:22 EDT</pubDate>
</item>

<item>
<title>Re: file/directory listing program?</title>
<link>http://www.dslreports.com/forum/remark,20491216</link>
<description><![CDATA[<A HREF="/useremail/u/421043"><b>Kabanos</b></A> : <div class="bquote"><small>said by  ME432ME <A HREF="/useremail/u/388160"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</small><br><br>i'm looking for some kind of program that can look at a location (such as "c:\") and for example output a list of ALL directories/sub directories only, all directories + files; and if possible, all of the above + exact file sizes.<br><br><b>the more it can do the better</b>. i've also looked into doing such things with DOS but had trouble finding exact commands since they'd be so complex (for me anyway, i hate DOS), maybe a batch file would help?<br> </div>Take a look at this and see if it is what you are looking for.<br><br><b>Dirhtml</b> - A freeware index.html generator:<br>&raquo;<A HREF="http://dirhtml.enware.info/" >dirhtml.enware.info/</A><br><br><b>Dirhtml Screenshots</b>:<br>&raquo;<A HREF="http://www.dirhtml.enware.info/screenshots/dirhtml_screenshots.html" >www.dirhtml.enware.info/screensh&middot;&middot;&middot;ots.html</A><br><small>--<br><i>non nova, sed nove</i></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20491216</guid>
<pubDate>Fri, 16 May 2008 02:57:00 EDT</pubDate>
</item>

<item>
<title>Re: file/directory listing program?</title>
<link>http://www.dslreports.com/forum/remark,20491085</link>
<description><![CDATA[<A HREF="/useremail/u/326871"><b>barqsdrinker</b></A> : <div class="bquote"><small>said by "CMD.EXE" :</small><br><br><tt>C:\>tree /?<br>Graphically displays the folder structure of a drive or path.<br><br>TREE [drive:][path] [/F] [/A]<br><br>   /F   Display the names of the files in each folder.<br>   /A   Use ASCII instead of extended characters.<br></tt><br></div>Works for me under XP....<br><small>--<br>Thanks for reading! :)</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20491085</guid>
<pubDate>Fri, 16 May 2008 01:44:36 EDT</pubDate>
</item>

<item>
<title>Re: file/directory listing program?</title>
<link>http://www.dslreports.com/forum/remark,20488826</link>
<description><![CDATA[<A HREF="/useremail/u/466353"><b>mfmruizv</b></A> : Been using this simple free one that does everything you listed above for ages <br>&raquo;<A HREF="http://freeware.prv.pl/" >freeware.prv.pl/</A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20488826</guid>
<pubDate>Thu, 15 May 2008 17:49:16 EDT</pubDate>
</item>

<item>
<title>Re: file/directory listing program?</title>
<link>http://www.dslreports.com/forum/remark,20488785</link>
<description><![CDATA[<A HREF="/useremail/u/663815"><b>FBM</b></A> : from a cmd prompt:<br><br>directories and sub directories only:  dir /ad /s<br><br>remove the /ad to get the files<br><br>add a /p to pause between pages<br><br>add /b if you just want the names without details like timestamps and file sizes<br><br>to send to a file:  "dir /ad /s > file.txt"<br><br>dir /? for more options]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20488785</guid>
<pubDate>Thu, 15 May 2008 17:42:09 EDT</pubDate>
</item>

<item>
<title>file/directory listing program?</title>
<link>http://www.dslreports.com/forum/remark,20488441</link>
<description><![CDATA[<A HREF="/useremail/u/388160"><b>ME432ME</b></A> : i'm looking for some kind of program that can look at a location (such as "c:\") and for example output a list of ALL directories/sub directories only, all directories + files; and if possible, all of the above + exact file sizes.<br><br>the more it can do the better. i've also looked into doing such things with DOS but had trouble finding exact commands since they'd be so complex (for me anyway, i hate DOS), maybe a batch file would help?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20488441</guid>
<pubDate>Thu, 15 May 2008 16:49:32 EDT</pubDate>
</item>

</channel>
</rss>
