xcopy is not recognized as an internal or external command, operable program or batch file

前端 未结 8 1398
温柔的废话
温柔的废话 2021-01-03 18:08

I have a problem using \'xcopy\' command.

I\'m building a C# project with msbuild. At the end of the build, a batch file is called to copy my assemblies from Debug/R

8条回答
  •  梦毁少年i
    2021-01-03 18:57

    Go to environment variable and correct PATh including ; in last. It will work, this is not at all related to OS or Technology. It's working for me, Not even need to restart OS, Just open new command prompt.

提交回复
热议问题