try { String antivir = "C:\\Program Files\\AVPersonal\\Avwin.exe"; Process child = Runtime.getRuntime().exec(antivir); } catch (IOException IOe) { // da gestire }