psOut.println("Running Bootstrap Script");
// Execute The Bootstrap Script
CommandLine cl = new CommandLine();
cl.setClient(new dbXMLClientImpl());
cl.setProperty(CommandLine.TOTALS, Boolean.FALSE);
cl.setProperty(CommandLine.DURATIONS, Boolean.FALSE);
cl.setProperty(CommandLine.CONFIRM, Boolean.FALSE);
cl.setProperty(CommandLine.INTERACTIVE, Boolean.FALSE);