I have a project, 2,000+ files to label as to file characteristics, like file name, location, type, size, date created, and end up on an Excel spreadsheet where I will add a brief description of the file content. So problem #1 is getting the info right, and in the right format.
I have an idea of how I may generate this, but having a hard time getting the commands just right. I'm trying to use the DOS "dir" command, send it to a file with > filename.ext, tried dir /s [lists subdirectories] /tw [shows Last Written timefield].
Problem #2 is this - if I can get these to show in column format, I believe I can generate the spreadsheet, maybe using Word to table to Excel spreadsheet route.
Any suggestions?
I have an idea of how I may generate this, but having a hard time getting the commands just right. I'm trying to use the DOS "dir" command, send it to a file with > filename.ext, tried dir /s [lists subdirectories] /tw [shows Last Written timefield].
Problem #2 is this - if I can get these to show in column format, I believe I can generate the spreadsheet, maybe using Word to table to Excel spreadsheet route.
Any suggestions?