jeremitu / finddupe

Port of finddupe duplicate file detector for Windows by Matthias Wandel http://www.sentex.net/~mwandel/finddupe/
17 stars 4 forks source link

How to make this working with cyrillic pathways? #2

Open username1565 opened 4 years ago

username1565 commented 4 years ago

For example, this folder contains the duplicates: "C:\Documents and settings\Рабочий Стол\Василий\Мои документы\" How to specify this?

jeremitu commented 4 years ago

mkdir "Мои документы" (copy & paste, quote because of space), copy some files there and finddupe <copy & paste or TAB to select the directory or "M + TAB> works for me under Win10. Please report your findings Wasilij.

username1565 commented 4 years ago

Thanks! Like DFHL v2.5, finddupe is working on Windows XP, by this way:

  1. WinKey + R, Enter (Run Application)
  2. cmd.exe, Enter (command line console)
  3. C:, Enter (switch disk to the disk with duplicate folder)
  4. cd "C:\Documents and settings\Василий\Рабочий Стол\Мои документы" (change directory to the folder with duplicates)
  5. "C:\Documents and settings\Василий\finndupe\finndupe.exe" -hardlink "."

P.S.: Also, this just woking by one call with quotes: C:\>"C:\Documents and Settings\Василий\finndupe\finndupe.exe" -hardlink "C:\Documents and settings\Василий\Рабочий Стол\Мои документы"

After this actions, NTFS Link show red arrow near hardlinked files, and WinHEX show the same sector sequence for all hardlinked files.

Maybe need to add this info to the description.

Issue is closed. Best regards.

username1565 commented 4 years ago

I just leaved .bat-file in opened pull request. This allow to run finddupe.exe with custom pathway.

Have a nice day.