不行?指教~using System.IO;using System;string path1=@"E:\ROS-VPN\winbox.exe";string path2=@"E:\ROS-VPN\box.exe";File.Copy (path1 path2);(在控制台环境下的)[解决办法]-_-!!!!!!File.Copy(path1, path2);