PDA

View Full Version : Report of files in a folder


jake03
01-19-2009, 07:41 PM
Hey,

I'm just wondering if theres a way I can do this.

Ok, so I have a folder on my computer and a certain number of files in that folder. Now this number of files in the folder is always changing, but periodically I need a list of the name of every file in that folder.

Is there a way I can do this? I want the list to just include the name of every file in the folder.

Thanks,

Jake

peteyb383
01-20-2009, 12:25 AM
This program looks pretty neat:

http://www.online-tech-tips.com/free-software-downloads/create-html-table-listing-of-windows-directories-and-files/

borntoslow
01-20-2009, 05:53 AM
if you want to get a list of any files within a folder use the tree commend in cmd.

click start > run > cmd

when in cmd type

tree

this will give you a list of folders on your computer. If you want to look inside the folders at the files.

tree /f

you can expand on this in many ways simply by changing the extension after tree. If you are not familiar with the tree function type

tree /?

this will give you a few commands you can use. You can save the results on a text document. Printable and you can save your results this way.