I\'ll copy a exe into another folder with a post build event from visual studio. This should happens every build. I haven\'t any errors, the exe output is in a custom folder, bu
It sounds like this xcopy bug. If so, a workaround is to append <NUL: to the end of the xcopy command, eg:
<NUL:
xcopy "$(TargetDir)\*.exe" "$(SolutionDir)\bin\" /S /Y <NUL: