Visual Studio Post-Build xcopy dont work: error MSB3073: :“VCEnd” exited with code 4
- Visual Studio Post-Build xcopy dont work: error MSB3073: :“VCEnd” exited with code 4
- VS 2012: Post Build xcopy error 2
- BATCH file asks for file or folder [duplicate]
A Question: I have following post build command:
XCOPY "$(SolutionDir)*" "D:\VS\Win1\*" /EXCLUDE:"E:\exclude.txt" /Y /E /D
i want to make VS copy the .lib-file it created after the build process to a specific folder. So i went to the project config, post-build event, and entered the following command:
if exist $(TargetPath)
xcopy "$(TargetPath)" "C:\Users\Incubbus\Documents\Visual Studio 2010\My Libraries\z.lib" /Y
xcopy "$(TargetPath)" "C:\Users\Incubbus\Documents\Visual Studio 2010\My Libraries\z.lib" /Y
This is a paragraph.
No comments:
Post a Comment