Sunday, August 30, 2009

Daily Tips- Tip #29 - How can i copy the files in the debug folder to some other directory automatically using the Build macros?


Add the following line of code to the Post build event in the project properties,
call copy $(ProjectDir)$(OutDir) c:\test\


www.codecollege.NET

No comments:

Post a Comment