T
The Question guy
Is there anyway to search my entire hard drive for excel files containing
certain properties or data?
Obviously, Windows explorer search is the easy solution, but there's a
catch. I need to be able to search all files and export the results into an
excel file, or .txt or something editable.
At the moment, I'm using DOS to export a list of all files, but I'd like to
be able to capture more data for my export.
Example:
dir *.xls /s >example.txt
certain properties or data?
Obviously, Windows explorer search is the easy solution, but there's a
catch. I need to be able to search all files and export the results into an
excel file, or .txt or something editable.
At the moment, I'm using DOS to export a list of all files, but I'd like to
be able to capture more data for my export.
Example:
dir *.xls /s >example.txt