Thursday, September 29, 2016

How to compare two files in Windows

Start-> cmd

on the commandline just write

FC file1 file2

Note that file1 and file2 stand for the full path to the files. Example:

FC C:\Users\Desktop\DB.docx C:\Users\Desktop\DB2.docx

It works just like Diff in Linux