In windows, is there any way to get a list of all files in a folder, including all the files within all the subfolders?
|
List all Files Recursively
To save them to a file
View them a page at a time
|
|||||||||||||||||||
|
|
Try tree /f. This should output the entire structure. |
|||||||||
|
|
Why so complex? Press Windowskey+F to start the "File Search" in Windows. On the left, go to "Look in" and select the option at the bottom called "Browse...". Select the (sub)folder where you want to search in. Enter "*" (without the quotes) in the "All or part of the file name" editbox and start the search. Get some coffee when you're searching on a big disk with lots of data and just wait for this explorer-based search engine to show you a complete list. You can search it, open files directly and even narrow your search if need be. Why do people forget this default search behaviour of Windows? |
|||||||||||||
|
|
You will get UnixUtils at sourceforge, that will give you You can then do the following for list of all files with folder paths.
There are other forms of the Unix command that may be useful for you. Updated with input from
works quite well for a recursive listing in the Widows formatted form, |
|||||||||||||
|
