so I have many disks (indexes, like snapshots), some db's contain these missing_indexed_volumes, I can glance at who's in the db with a quick search for :
I've just managed to almost get a custom search syntax down, not certain it's giving me the results I think I'm asking for!
I'm looking for .dll's and .txt files, not in any program files \ windows \ system volume... folders..
It seems to work, to a point
Code: Select all
!<"\program"|"\Windows"|"volume"><*.dll|*.txt>
wondered if it's possible to do a similar thang ^^^, re "volume"... without excluding folders beginning with System..
IE! Can I also search for "path doesn't contain volume"
thanks in advance