Advanced Searching HELP!

  • Thread starter Thread starter pmusselman
  • Start date Start date
P

pmusselman

Scenario:
Load_File.txt: contains a list of images that will be loaded into an
imaging database. This is contains duplicate image names (obliviously)
sourced from different directories.

Dup_Images.txt: contains a listing of all duplicate images. This was
created using a search tool on the actual images on the hard drive.

Desired Results:
What I want to be able to do is, identify the duplicate images using
the "Dup_Images.txt" . Is there a way or a program that I can use the
"Dup_Images.txt" as search input and run it against the
"Load_File.txt". I would need to be able to extract the duplicate
results from the "Load_File.txt".
 
Back
Top