How can I make the function: makeFrontend()->queueCommand( ... ) return true if the command was sucessfull? Or should I wait for the make command to finish and _then_ test output somehow. I need to know if the make was sucessfull Amilcar