...
- In the command line window (Terminal on Mac or Linux or CMD on Windows) change to the BB installation directory, e.g.: cd C:\Program Files\BatchBuilder\BatchBuilder-2.0.45
Typebathcbuildercli –a buildtemplate –p [project_directory_path] –b [batch_directory_name]
, e.g.: batchbuildercli -a buildtemplate -p "E:\My Project" -b batch1
Note that the batch directory name is the name of your new batch directory, to be created by BB. - If the batch creation is successful you will see the following messages:
Initializing BB...
Done!
Creating batch1 and objects from files in the template...
Success!
- In the command line window (Terminal on Mac or Linux or CMD on Windows) change to the BB installation directory, e.g.: cd C:\Program Files\BatchBuilder\BatchBuilder-2.0.45
8. Process the batch.
You can process your batch in the Graphical User Interface (GUI) or using the Command Line Interface (CLI)
In the Graphical User Interface
...