I've got a ZIP file of 32,000 PDF reports that I need to rename to a more descriptive name, plus generate a TXT file of all the files and their sub-folders. I have been using the
dir /b /s >info.txt
command line for some years now, but obviously this just gives what the current file name is. However, when I move the mouse over the file, I get the full title, author, etc. When I right click on one of the files that information is in the PDF tab, not in the Summary tab.
So - my question is how can I rename these files to the title that is in the Title field, allowing me to scan through the list quickly and easily?
Thanks Chris