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)

Last updated