| 61 |  | nextIndex=commands.indexOf(GlobalVars::OniSplitProcSeparator,currentIndex+1); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 62 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 63 |  | commandToExec=commands.mid(currentIndex,(nextIndex-currentIndex)); | 
 
 
 
 
 
 
 
 
 
 
 | 64 | < | this->myProcess->start(UtilVago::getOniSplitExeAbsolutePath() + " " + commandToExec); | 
 
 
 
 
 
 
 
 
 | 64 | > | this->myProcess->start(UtilVago::getOniSplitExecutable() + " " + commandToExec); | 
 
 
 
 
 
 
 
 
 
 
 | 65 |  | this->myProcess->waitForFinished(-1); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 66 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 67 |  | if(this->processHasKilled){ // If the process has killed there's no need to proceed with reading output or process more commands |