String command = "xcopy /Y " + path + "" + fileNameSeriali + " " + path + "Backup\\";
Runtime.getRuntime().exec(command);