A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello Rene29
Hi, I'm Karl and will be happy to help you today.
The way you can accomplish the above would be to use the <Command Line> DIR command starting from the root of the drive you want to search - i,e if you have multiple drives, you would need to search each drive separately
To do this, launch the <Command Prompt> by entering <Cmd> (or <Command Prompt>) (without the brackets in the Windows <search> box and then enter
#1 - dir c: (or whatever drive you want to search)
#2 - dir *.xlsx /s /b >fldrlist.txt
a) complete info on the DIR command can be found in
dir
https://docs.microsoft.com/en-us/windows-server...
b) the >fldrlist.txt is any file name you choose to save the results in - it can be any name you choose and will be created in the directory from which you started the DIR command
c) wildcard char don't work for the extension (i.e. *.xl*) so you would need to do a separate DIR command for each desired extension.
#3 - Once you have created the output file, just a matter of opening it in Excel but note, the results will be in one column, the folder path and file name are not separated