BusyB: Running BusyB


Introduction

News

Reference

Installation

Quick Start

Download


Running BusyB from the command line is really very simple -- you simply run BusyB with the name of your XML project file:

c:> busyb.py nightly.xml

If you name the project file "busyb.xml", you can even dispense with the argument:

c:> busyb.py
You can also set BusyB symbols from the command line with the -s option:
c:> busyb.py -sMailHost=mymail.domain.com busyb.xml
Note that there is no space after the “-s”.
You can also set environment variables the same way, using the -e option.
c:> busyb.py -ePATH=/other/dir:$PATH busyb.xml