In order for me to get the results of a file search in a readable format, I use the following command line in a command prompt:
dir *.* /s > myResultList.txt
I then open that list in Excel, use fixed width format to get rid of all the stuff I don't want and then I have my list.
Seems like a lot to do for something so simple.
Does anyone out there have any recommendations for something that would work better than this?