G
Guest
I am trying to hunt down duplicate files that may exist in multiple
directories. I believe that Excel will be extremely valuable in doing this.
So I would LIKE to obtain a file listing from a Windows 2000 server that
lists all files in a format similar to this:
12/15/05 4:00 pm d:\dir1\file1.doc
12/15/05 4:01 pm d:\dir1\file2.doc
12/15/05 4:02 pm d:\dir1\file3.doc
12/15/05 4:00 pm d:\dir2\file1.doc
12/15/05 4:01 pm d:\dir2\file2.doc
12/15/05 4:02 pm d:\dir2\file3.doc
What I get when I do dir *.* /s is more like this:
Directory of d:\dir1
12/15/05 4:00 pm <dir> .
12/15/05 4:00 pm <dir> ..
12/15/05 4:00 pm file1.doc
12/15/05 4:01 pm file2.doc
12/15/05 4:02 pm file3.doc
Directory of d:\dir2
12/15/05 4:00 pm <dir> .
12/15/05 4:00 pm <dir> ..
12/15/05 4:00 pm file1.doc
12/15/05 4:01 pm file2.doc
12/15/05 4:02 pm file3.doc
I have tried tree and tree /a /f, which get me somewhat closer, but I still
would like to get a solid listing including file path on every single row, so
that I can manipulate easier in Excel.
Or does anyone have any other suggestions for this? Using the Windows 2000
"Search" utility is just not a good option . . . I have nearly 2TB of data in
thousands upon thousands of files and folders.
directories. I believe that Excel will be extremely valuable in doing this.
So I would LIKE to obtain a file listing from a Windows 2000 server that
lists all files in a format similar to this:
12/15/05 4:00 pm d:\dir1\file1.doc
12/15/05 4:01 pm d:\dir1\file2.doc
12/15/05 4:02 pm d:\dir1\file3.doc
12/15/05 4:00 pm d:\dir2\file1.doc
12/15/05 4:01 pm d:\dir2\file2.doc
12/15/05 4:02 pm d:\dir2\file3.doc
What I get when I do dir *.* /s is more like this:
Directory of d:\dir1
12/15/05 4:00 pm <dir> .
12/15/05 4:00 pm <dir> ..
12/15/05 4:00 pm file1.doc
12/15/05 4:01 pm file2.doc
12/15/05 4:02 pm file3.doc
Directory of d:\dir2
12/15/05 4:00 pm <dir> .
12/15/05 4:00 pm <dir> ..
12/15/05 4:00 pm file1.doc
12/15/05 4:01 pm file2.doc
12/15/05 4:02 pm file3.doc
I have tried tree and tree /a /f, which get me somewhat closer, but I still
would like to get a solid listing including file path on every single row, so
that I can manipulate easier in Excel.
Or does anyone have any other suggestions for this? Using the Windows 2000
"Search" utility is just not a good option . . . I have nearly 2TB of data in
thousands upon thousands of files and folders.