[每天解决一问题系列 - 0002] Xcopy cannot copy file with long directory时间:2023-03-09 08:56:28 现象: 当xcopy的文件的全名(包括目录和文件名)的长度超过255字符时,会copy失败,得到insufficient memory错误 解决方法: 在Server 版的OS中,有robcopy命令可以解决此问题。用法: robcopy souredir destinationdir /MIR