当 运行 in a new window of conemu 时,Robocopy 失败并出现错误 121

Robocopy fails with error 121 when running in a new window of conemu

我有一个很长的 运行 过程,跨越 robocopy windows 来并行化复制过程。它在 cmd.exe 下运行良好,但是当我在 conemu 下尝试时,child windows 有以下消息:

ConEmuC: Root process was alive less than 10 sec, ExitCode=1. Press Enter or Esc to close console...

和parent window:

[2015-07-08 09:57:20] Error: Could not copy xxxxx. Robocopy ExitCode: 121.

我该如何调试和修复它?

也许您的批处理使用 start 启动新控制台 robocopy。您可以在 ConEmu's Settings 中禁用 start 处理。或者您可能正在使用旧的 ConEmu 版本。实际上可能还有其他问题,但没有确切的信息没有人可以告诉你更多。