String soure = "c:\\temp.txt";
String targe = " d:\\";
Runtime.getRuntime().exec("cmd /c copy "+ soure + targe);