[2.0] Build Events [RESOLVED]
Hi all trying to use the Build Events that are on the property page of the project I wish to copy a Directory so it's placed within the release folder when i compile.
I write the following post build.
Code:
copy"$(ProjectDir) Reports" "$(TargetDir)"
It works and my code complies but i get the following error message any one now why?
Quote:
Error 1 The command "copy"C:\C# Work\ReportTest\ReportTest\ Reports" "C:\C# Work\ReportTest\ReportTest\bin\Release\"" exited with code 123. ReportTest
Thanks!!!