does anyone know of any windows command line diff tools that are free? I need to compare two binary files and see if they are different or not. Im not interested in how they are different i just need to know if they are.
|
feedback
|
|
Use the comp command under cmd.exe
| |||||||||
feedback
|
|
To simply see if they are different, you could MD5 them. For more detailed information on differences there is GNU DiffUtils for Windows. | |||
|
feedback
|