How can i copy the files in the debug folder to some other directory automatically ?

Add the following line of code to the Post build event in the project properties,
call copy E:\projectdir\bin\Debug c:\test\

0 comments:

Post a Comment