Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 551 Bytes

File metadata and controls

10 lines (6 loc) · 551 Bytes

DuplicateClean_ForWindows

This is win32 app created for user to merge to similar folder into 1 with proper comparison.

Source file and exe is uploaded.

Compile using following command using "x64 Native Tools Command Prompt for VS 2022" or "x86 Native Tools Command Prompt for VS 2022"

cl /nologo /W4 /EHsc /O2 /DUNICODE /D_UNICODE DuplicateCleaner.cpp /Fe:x64\DuplicateCleaner.exe /Fo:x64\ /link /SUBSYSTEM:WINDOWS

cl /nologo /W4 /EHsc /O2 /DUNICODE /D_UNICODE DuplicateCleaner.cpp /Fe:x86\DuplicateCleaner.exe /Fo:x86\ /link /SUBSYSTEM:WINDOWS