只要编译器没有问题 并保证所拷贝文件存在 且路径正确就可以#include <stdlib.h>
void main() { system("COPY C:\\temp\\readme.txt D:\\"); }