var fDesc=new Array(); fDesc[0] = "The program prints directory, CD and DVD listings or saves them as an HTML, XML, or CSV files, which you can send by email or publish to the web. It adds itself to the Windows Explorer context [right mouse button] menu and can make and print listings with a couple of mouse clicks.

A picture is worth a thousand words, see Art Directory Print screenshots.
Benefits

* Instantly available as it is integrated in Windows Explorer context menu.
* Perfect to print out CD or DVD contents, supports files over 2Gb.
* Result can be printed out, published to web or sent to a friend.
* CSV and XML export capability will allow to import a listing into Excel and other programs.
* No learning required: simple interface.
* Preview before you print.
* Powerful filtering and formatting capabilities.
* Settings can be shared among the users: just share "settings.ini" file. Great for system administrators.
* Perfect for monitoring disk quotas as it can provide recursive folder sizes and stats."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }