Nebula2020 Posted June 4, 2006 Share Posted June 4, 2006 I used to have an app that would list all my files and/or folders in a certain directory. I cant remember what it was called or find something similar. Can you help? :) EDIT............. I want to post the contents of a folder on a forum. :) Link to comment https://www.neowin.net/forum/topic/466832-list-all-filesfolders-in-a-folder/ Share on other sites More sharing options...
0 Des429 Posted June 4, 2006 Share Posted June 4, 2006 if you want to list all of the files, just do a blank search. Link to comment https://www.neowin.net/forum/topic/466832-list-all-filesfolders-in-a-folder/#findComment-587571272 Share on other sites More sharing options...
0 Nebula2020 Posted June 4, 2006 Author Share Posted June 4, 2006 @ Neonemesis I think you got in before my edit. :) Link to comment https://www.neowin.net/forum/topic/466832-list-all-filesfolders-in-a-folder/#findComment-587571279 Share on other sites More sharing options...
0 McoreD Posted June 4, 2006 Share Posted June 4, 2006 How about http://microsoftuse.temp.powweb.com/mcored/downloads/treegui ? :D Link to comment https://www.neowin.net/forum/topic/466832-list-all-filesfolders-in-a-folder/#findComment-587571289 Share on other sites More sharing options...
0 Post-It Note Posted June 4, 2006 Share Posted June 4, 2006 You don't need a program, you can do this in cmd. Start->run->cmd.exe, then cd into the directory that you want to list. then run the command: dir /B /S >> filelist.txt /B makes it only list the files and folders without dates etc, and /S makes it recursive for all folders under the current folder. The list of files are outputted to a file called filelist.txt. Link to comment https://www.neowin.net/forum/topic/466832-list-all-filesfolders-in-a-folder/#findComment-587571294 Share on other sites More sharing options...
0 McoreD Posted June 4, 2006 Share Posted June 4, 2006 or tree /f /s > index.txt for a nice Tree view :) Link to comment https://www.neowin.net/forum/topic/466832-list-all-filesfolders-in-a-folder/#findComment-587571307 Share on other sites More sharing options...
Question
Nebula2020
I used to have an app that would list all my files and/or folders in a certain directory.
I cant remember what it was called or find something similar.
Can you help?
:)
EDIT.............
I want to post the contents of a folder on a forum.
:)
Link to comment
https://www.neowin.net/forum/topic/466832-list-all-filesfolders-in-a-folder/Share on other sites
5 answers to this question
Recommended Posts