{
String[] args = new String[1];
args[0] = absolutePath;
Log.debug("going to play");
Program program = tf.getProgram();
if(program != null)
{
// run in the background do not waith for callback call just return success
// make inti its parent so even if the terminal closes it stays up
run(program, true);