Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    1. 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
      Type bathcbuildercli –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.

    2. 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!

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

...