现象:

当xcopy的文件的全名(包括目录和文件名)的长度超过255字符时,会copy失败,得到insufficient memory错误

解决方法:

在Server 版的OS中,有robcopy命令可以解决此问题。用法: robcopy souredir destinationdir /MIR

相关文章:

  • 2022-12-23
  • 2021-09-30
  • 2021-08-31
  • 2022-12-23
  • 2021-06-26
  • 2021-10-22
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2021-09-05
  • 2021-11-24
  • 2021-09-02
  • 2021-11-11
  • 2021-11-17
  • 2022-12-23
  • 2021-08-27
相关资源
相似解决方案