Ver originalString command= "C:\\programa.exe";Runtime rt = Runtime.getRuntime();Process pr = rt.exec(command);