Search archives (all except for <something>)

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
TWiStErRob
Junior Member
Junior Member
Posts: 16
Joined: 2005-04-04, 13:41 UTC
Location: Hungary
Contact:

Search archives (all except for <something>)

Post by *TWiStErRob »

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.
User avatar
Gral
Power Member
Power Member
Posts: 1600
Joined: 2005-01-26, 15:12 UTC

Re: Search archives (all except for <something>)

Post by *Gral »

My solution: run a separate search with a different INI file, without configure lst files as archives with e.g. command line like this

Code: Select all

%COMMANDER_EXE% /S=F /I=.\WINCMD_NO_LST.INI
so INI file without such a line

Code: Select all

lst=31,C:\Program Files\totalcmd\plugins\wcx\DiskDirExtended\DiskDirExtended.wcx
after feed to listbox the results into the panel, the lst files will be treated as a archives in current TC
Post Reply