====== How to create a list of files in a directory ======
Open a command prompt window, browse to the desired directory and type:
dir /A-D /B >> c:\filename.txt
where filename is the desired name of the list.
Alternatively, this will create a list of folders:
dir /AD /B >> c:\filename.txt
===== Adding to Explorer's Context Menu =====
* [[http://forums.pcpitstop.com/index.php?/topic/158901-how-to-print-a-folder-file-list-from-windows-explorer/|http://forums.pcpitstop.com/index.php?/topic/158901-how-to-print-a-folder-file-list-from-windows-explorer/]]
* [[http://support.microsoft.com/kb/321379|http://support.microsoft.com/kb/321379]]
===== More help =====
[[http://www.computerhope.com/issues/ch000772.htm|http://www.computerhope.com/issues/ch000772.htm]]
-- Main.FredPettis - 2012-02-10