Using Visual Studio 2005, I would like to set a post-build event to
copy everything from the output 'bin\debug' directory to a lib
directory elsewhere. I can't seem to get the syntax right.
This works:
copy $(TargetDir)\*.* c:\ /y
But instead of copying to c:\, I want to copy to
...
more >>