Where can I find example command lines for Beyond Compare 4? I do not find them in the product help information.
I want to compare two (2) files with ignore line ending differences. I do not want a GUI to appear. I just want to get the exit code.
What am I missing? I was expecting the exit code of the second compare to be non-zero.
Directory of C:\src\ttt
2019-01-09 13:26 290 t.txt
2019-08-09 09:21 18 u.txt
2020-07-24 16:22 28 w.txt
C:\src\ttt>"C:\Program Files\Beyond Compare 4\bcompare.exe" /quickcompare t.txt t.txt
C:\src\ttt>ECHO %ERRORLEVEL%
0
C:\src\ttt>"C:\Program Files\Beyond Compare 4\bcompare.exe" /quickcompare t.txt w.txt
C:\src\ttt>ECHO %ERRORLEVEL%
0