Search found 322 matches

by therube
05 Mar 2013, 06:59
Forum: AllDup (English)
Topic: command line options
Replies: 11
Views: 95222

What I did was to set up a second instance of AllDup. That way it has its own settings, its own config.ini ... I have a batch file that I use to search the current directory tree: SET XDIRNAME=%CD% SET PAUSE START "" C:\DEV\DUPLICATE\AllDup\alldup_commandline\AllDupPortable.exe %XDIRNAME% ...
by therube
15 Feb 2013, 04:10
Forum: AllDup (English)
Topic: RFE: Localization of Date/Time
Replies: 2
Views: 12751

Thank you (3.4.13) :-).
by therube
28 Jan 2013, 23:33
Forum: AllDup (English)
Topic: RFE: Diacritics (Diacritical marks)
Replies: 1
Views: 7688

RFE: Diacritics (Diacritical marks)

RFE: Diacritics (Diacritical marks)


Option to compare diacritical marks as equal.

Example that "a" will match "á", or "9mm argumentu" will match "9mm argumentů".


Wikipedia: Diacritic
by therube
12 Nov 2012, 00:33
Forum: AllDup (English)
Topic: RFE: Indicate when Context Search, Ignore ID3/Exif
Replies: 1
Views: 7749

RFE: Indicate when Context Search, Ignore ID3/Exif

RFE: Indicate when Context Search, Ignore ID3/Exif When you do a Content search, ignoring ID3 tags or Exif metadata, it would be nice to have files that are the "same" except for the tag/metadata indicated in some fashion, differentiating them from files that are "truely" duplica...
by therube
08 Nov 2012, 03:45
Forum: AllDup (English)
Topic: RFE: '.' obtains current working directory for command line
Replies: 1
Views: 7712

Appears this (current directory) can be worked around relatively simply with something like this:

ALLDUP.BAT:

Code: Select all

SET XDIRNAME=%CD%
C:\alldup\AllDupPortable.exe %XDIRNAME%
The %CD% picks up the CWD.
by therube
08 Nov 2012, 03:30
Forum: AllDup (English)
Topic: RFE: '.' obtains current working directory for command line
Replies: 1
Views: 7712

RFE: '.' obtains current working directory for command line

RFE: '.' obtains current working directory for command line usage. Further, but less important, allow the use of relative pathnames. It appears that "Folder1" as used on the Command Line requires a Fully Qualified Pathname. It would be nice if relative pathnames could also be used. So &quo...
by therube
07 Nov 2012, 00:52
Forum: AllDup (English)
Topic: RFE: Localization of Date/Time
Replies: 2
Views: 12751

RFE: Localization of Date/Time

RFE: Localization (or the ability to use your set of Placeholders) for Date/Time display on the Results List.

As it is, it displays as dd/MM/YYYY.
Would be nice(r for me) if I could have it display as MM/dd/YYYY.


(Very nice program, by the way :-).)