I have a requirement for a bunch of auditors to check some files matching a search criteria. They are not to be able to see any other files. The results might be 10,000 files. I can do the search, but once I have the resultant list, I can't really do anything. It would be really cool if I could Ctrl-A to select all results and then right click and have an option to copy files to a new location. To get around potential problems of duplicate files names and copying to a single directory, perhaps the option to include the drive/directory as a pathname at the destination.
So a result list of
c:\documents and settings\ctaylor\my documents\hello.doc
f:\important files\hello.doc
might get copied to
c:\results\c\documents and settings\ctaylor\my documents\hello.doc
c:\results\f\important files\hello.doc
where "c:\results" would be the destination I specified for the copy.
Or is there another way to accomplish this with the current product?
Chris Taylor