/* * bbtkSystemTools.cxx * * Created on: Apr 23, 2012 * Author: Diego Caceres */ #include "bbtkSystemTools.h" bbtkSystemTools::bbtkSystemTools() { // TODO Auto-generated constructor stub } bbtkSystemTools::~bbtkSystemTools() { // TODO Auto-generated destructor stub } void bbtkSystemTools::CreatePackage() { system("bbi toolsbbtk/appli/GUICreateBlackBox.bbs &"); } void bbtkSystemTools::CreateBlackBox() { system("bbi toolsbbtk/appli/GUICreateBlackBox.bbs &"); } void bbtkSystemTools::ExecuteBbi() { system("bbi &"); } void bbtkSystemTools::ExecuteCreaNewProject() { system("creaNewProject &"); }