Hi All,<br><br>I am using a custom post build command.<br><br>ADD_CUSTOM_COMMAND(<br>&nbsp;&nbsp;&nbsp; TARGET mylib<br>&nbsp;&nbsp;&nbsp; POST_BUILD<br>&nbsp;&nbsp;&nbsp; COMMAND copy ARGS ${MYLIBRARY_SOURCE_DIR}/lib/release/mylib.dll ${MYLIBRARY_SOURCE_DIR}/bin/release
<br>&nbsp;&nbsp;&nbsp; COMMAND copy ARGS ${MYLIBRARY_SOURCE_DIR}/lib/release/mylib.lib ${MYLIBRARY_SOURCE_DIR}/lib<br>)<br><br>Since copy does not accept file names of the form D:/SomeFolder/SomOtherFolder/ and only of the form D:\SomeFolder\SomOtherFolder\,
<br>the copy command is failing. How can I make this post build command work?<br><br>Regards,<br>Prashanth<br>