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