Ciao ragazzi...
Ho il seguente codice:

Runtime runTime = Runtime.getRuntime();
Process process = runTime.exec ("c:\file.exe");

Il codice lancia il file.exe ma vorrei che fosse eseguito in background... è possibile?


Grazie!