00001 /* 00002 * bbtkSystemTools.cxx 00003 * 00004 * Created on: Apr 23, 2012 00005 * Author: Diego Caceres 00006 */ 00007 00008 #include "bbtkSystemTools.h" 00009 00010 bbtkSystemTools::bbtkSystemTools() 00011 { 00012 // TODO Auto-generated constructor stub 00013 00014 } 00015 00016 bbtkSystemTools::~bbtkSystemTools() 00017 { 00018 // TODO Auto-generated destructor stub 00019 } 00020 00021 void bbtkSystemTools::CreatePackage() 00022 { 00023 system("bbi toolsbbtk/appli/GUICreateBlackBox.bbs &"); 00024 } 00025 00026 void bbtkSystemTools::CreateBlackBox() 00027 { 00028 system("bbi toolsbbtk/appli/GUICreateBlackBox.bbs &"); 00029 } 00030 void bbtkSystemTools::ExecuteBbi() 00031 { 00032 system("bbi &"); 00033 } 00034 void bbtkSystemTools::ExecuteCreaNewProject() 00035 { 00036 system("creaNewProject &"); 00037 } 00038