TL; DR
Composing a script often follows three stages:
Start with a working script that is similar to the one you wish to make.
Modify it by consulting the syntax guide.
Run the script from the command line, with
BComp.exe @nameofscriptfile file1 file2
(for Windows)
BComp @nameofscriptfile file1 file2
(for Linux and Mac)
PreviousWrite a batch file that will start several text compares automaticallyNextQuickstart: open a couple of Excel spreadsheets
Last updated