Page 1 of 1
Compare files
Posted: 08.12.2020, 20:15
by milnak
Maybe I'm missing it, but I see an option to generate checksums and verify checksums, but if I have a file in the left pane and one in the right pane, is there a way to do a binary comparison of them?
Re: Compare files
Posted: 08.12.2020, 20:20
by milnak
I've created a temporary workaround using a toolbar item:
Program: %windir%\System32\cmd.exe
Parameter: /k %windir%\System32\fc.exe /b "%ActivDir%\%ActivItem%" "%InactivDir%\%InactivItem%"
But this isn't ideal.