This batch command compares 2 files based on the file size.
COMP [sourceA] [sourceB]
Wherein sourceA and sourceB are the files which need to be compared.
@echo off COMP C:\tp\lists.txt C:\tp\listsA.txt
The above command will compare the files lists.txt and listsA.txt and find out if the two file sizes are different.