 
BINCOMP.EXE : File Comparison utility : by Steven Wettberg
 
Syntax: BinComp [FILE1] [FILE2] [/Q]
 
/Q is an optional parameter that turns off informational messages
 
Returns ERRORLEVEL 0 if they are the same
Returns ERRORLEVEL 1 if [FILE1] does not exist
Returns ERRORLEVEL 2 if [FILE2] does not exist
Returns ERRORLEVEL 3 if they are different
 
Example: BinComp c:\somefile.exe c:\windows\somefile.exe /Q
 
