I've managed to activated beyond compare using command line:
"C:\Program Files\Beyond Compare 4\BComp.exe" /qc /iu /K "file1.c" "file2.c" & echo %errorlevel & exit
this allows me to get the result of comparison in cmd ERRORLEVEL variable.
I wan't to be able to set the file format used for this comparison. Manually, I can set it via the GUI through "format" button on the ribbon.
anyone know how this can be done? I've looked in the beyond compare scripting reference but to no avail.
thank you! Jack