Hi, I'm looking for a way to
Search archives (all except for *.lst) to be really specific.
.lst is provided by DiskDirExtended.wcx. I'm looking for duplicate files, and file listings (lst files) don't really "contain" duplicate files, they just point to them. Also they might be of HDDs or DVDs not attached to the machine at the moment so comparing by content would fail regardless.
Anyway, I'm looking for a way to configure the "all except for" part of search. So far the only way I managed is changing:
Code: Select all
lst=31,C:\Program Files\totalcmd\plugins\wcx\DiskDirExtended\DiskDirExtended.wcx
to
Code: Select all
lst2=31,C:\Program Files\totalcmd\plugins\wcx\DiskDirExtended\DiskDirExtended.wcx
in wincmd.ini, but this is quite tedius as I want to keep the lst support for opening the files.