Hello everyone,
I have this Excel list with approximately 200 names and I would like to perform a file explorer search of the files not containing any of the names in this list.
Any idea how to do this?
Thank you very much,
Search files NOT containing name
Moderators: Hacker, petermad, Stefan2, white
Re: Search files NOT containing name
if you accept a manual process, you can:
Another way could be to use a content plugin exposing your file content and use operator "not contain" and "and" between each content pluging call.... (Not sure if you can add up to 200 times)
If the list is common and you have to redo the search frequently, you could save this search.
- Search or all your files using mask, folder,... and on find text type your first term only and tick "Find file Not containing the text"
- <for each term>feed to listbox, and select all
- <for each term>Search in selected file/directory only, find text <your next term only> and tick "Find file Not containing the text"
- <loop for each term> until no files or no more term
Another way could be to use a content plugin exposing your file content and use operator "not contain" and "and" between each content pluging call.... (Not sure if you can add up to 200 times)
If the list is common and you have to redo the search frequently, you could save this search.
Re: Search files NOT containing name
2greta1193
If you are interested in a solution using Total Commander with the ‘Everything 1.5a’ tool please let me know.
The solution would look something like this:
If you are interested in a solution using Total Commander with the ‘Everything 1.5a’ tool please let me know.
The solution would look something like this:
- Copy (Names in Excel) / Paste (Names) in Everything 1.5a search box
(Note: ‘Search for:’ field in Total Commander: Max. Number of characters: 2046 characters) - Complete search query in Everything 1.5a
- Option: Transfer search results to Total Commander (AHK script) OR transfer individually (setting in 'Context Menu')
Re: Search files NOT containing name
What exactly does "file explorer search" mean? A file search in Total Commander? A search only in a folder or also in its subfolders?greta1193 wrote: 2024-09-10, 22:25 UTC I have this Excel list with approximately 200 names and I would like to perform a file explorer search of the files not containing any of the names in this list.