I'm looking to run a search in FileLocatorPro that returns a list of zip files that include a .txt file that contains my search terms.
Here is an example file structure for my issue
- Z:\ZIP.zip\file1.zip\text.txt
-- text.txt contains "ABC"
- Z:\ZIP.zip\file2.zip\text.txt
-- text.txt contains "ABC"
- Z:\ZIP.zip\file3.zip\text.txt
-- text.txt contains "123"
- Z:\ZIP.zip\file4.zip\text.txt
-- text.txt contains "DEF"
- Z:\ZIP.zip\file5.zip\text.txt
-- text.txt contains "ABC"
- Z:\ZIP.zip\file6.zip\text.txt
-- text.txt contains "GHI"
- Z:\ZIP.zip\file7.zip\text.txt
-- text.txt contains "123"
When I search for "ABC", what I want is for the results to contain file1.zip, file2.zip and file5.zip because the text.txt files contain "ABC" and the text.txt files for the other zip files do not. Is there any way to do this in FileLocatorPro?
Thank you!
EDIT
Here are some screenshots of what I'm getting with the search terms and what I wish to get.
Results in File Locator Pro
![Results in File Locator Pro][1]
[1]: //qa.mythicsoft.com/?qa=blob&qa_blobid=896474585391478128
Results in Windows search when "ABC" is searched on the unzipped file. This is what I would like File Locator Pro to output so I can simply copy the ZIP files I need.
![Results in Windows search when "ABC" is searched on the unzipped file. This is what I would like File Locator Pro to Output][2]
[2]: //qa.mythicsoft.com/?qa=blob&qa_blobid=16147555487464124226
I want to accomplish this task with File Locator Pro instead of the Windows Search because I have 259 ZIP files to search through that equal 160 GB unzipped. Within each zip file is approximately 2500 ZIP files and only about 5%-10% of those ZIP files is the data I need, and the only identifier is the index.text file containing the "ABC" text.
I would rather avoid using windows search to accomplish the task because unzipping all of the files (since Windows search can't search for zip files within zip files like File Locator Pro can) would be very time consuming. Ideally, I would like to run the search through File Locator Pro (with the understanding that it will also be time consuming but at least would be something that could run in the background), obtain the ZIP files I need, and move on with my life. :)
Thanks for the continued help!