Grazie veramente Matteo ottima idea posto il codice completo per copiare un file.

try{
Runtime rt = Runtime.getRuntime();
Process proc = rt.exec("cmd /c copy file.exe d:\\file.exe");
}catch (Throwable t){
t.printStackTrace();
}

Grazie ancora ciao