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 to the end of the xcopy command, eg:
to the end of the xcopy command, eg:
xcopy "$(TargetDir)\*.exe" "$(SolutionDir)\bin\" /S /Y