How to compare two files.

Page 1 of 2 12 LastLast

  1. Posts : 125
    Windows 8
       #1

    How to compare two files.


    What is the best way to do a byte by bye comparison of two large files - Windows 10 64 bit.

    There is an FC command but when run in the Power Shell I think it wants to do a 'Format Custom'!
      My Computer


  2. Posts : 320
    Windows 10 Pro 22H2 Build 19045.2788
       #2

    Try Winmerge.

    WinMerge
      My Computer


  3. Posts : 125
    Windows 8
    Thread Starter
       #3

    Thanks, I have just tried that. Unfortunately it has a 2GB limit. The files I want to compare are Windows image back up files and are more like 25GB.
      My Computer


  4. Posts : 471
    Windows 10 Pro
       #4

    Use a tool that calculates a check sum like MD5 or SHA. I use a tool called Hash Tab which conveniently integrates itself into the file properties dialogue. It supports various check sums. If the check sums match the files must be the same, otherwise you can be sure that they are not the same.
      My Computer


  5. Posts : 125
    Windows 8
    Thread Starter
       #5

    Thank you
      My Computer


  6. Posts : 1
    windows 10
       #6

    altae said:
    Use a tool that calculates a check sum like MD5 or SHA. I use a tool called Hash Tab which conveniently integrates itself into the file properties dialogue. It supports various check sums. If the check sums match the files must be the same, otherwise you can be sure that they are not the same.
    This is true.

    However, this is COMPLETELY wrong. A cursory analysis proves that it is impossible for a check sum to be unique when applied to files larger than the check sum. So long as there are more possible files than there are possible check sums (which is true), many different files must have the same check sum.
      My Computer


  7. Posts : 31,611
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #7

    machare said:
    There is an FC command but when run in the Power Shell I think it wants to do a 'Format Custom'!
    Then just run it in a Command Prompt. You can get one in PowerShell by typing the command CMD

    How to compare two files.-image.png
      My Computers


  8. Posts : 11,247
    Windows / Linux : Arch Linux
       #8

    Hi there

    if you have a NAS or Linux server -- quite easy

    use rsync or the GUI version -- grsync.

    Not sure about Windows but I know a lot here have things like NAS etc.

    I suppose another way is to use something like Macrium / other backup software in differential / incremental mode which captures the changes.

    Cheers
    jimbo
      My Computer


  9. Posts : 5,478
    2004
       #9

    technovelist said:
    A cursory analysis proves that it is impossible for a check sum to be unique when applied to files larger than the check sum. So long as there are more possible files than there are possible check sums (which is true), many different files must have the same check sum.
    But, there are about 100 million times as many SHA-256 hashes than there are atoms in the milky way.

    You are right - you could theoretically get 2 different files with the same hash but it's rather unlikely. According to Why havent any SHA-256 collisions been found yet? - Cryptography Stack Exchange you could reasonably expect to wait in the order of 39 times the age of the universe
      My Computer


  10. Posts : 2,450
    Windows 10 Pro x64
       #10

    Bree said:
    Then just run it in a Command Prompt. You can get one in PowerShell by typing the command CMD

    How to compare two files.-image.png
    The fc command runs just fine in PowerShell.
    The only thing that needs to be done, is to run it as fc.exe and not plain fc.
    e.g. fc.exe file1 file2
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 00:09.
Find Us




Windows 10 Forums