D
Deepak Vasudevan
Guest
I am having the following post-build command in a Visual Studio project:
xcopy $(ProjectDir)Data $(OutDir)\
The Data is a directory in the project folder which I want to have copied to bin/debug or bin/release after build completes successfully.
I am getting an error as below:
The command "xcopy E:\Lavanya Deepak\Projects\matrimonial\Data bin\Debug\" exited with code 4.
Continue reading...
xcopy $(ProjectDir)Data $(OutDir)\
The Data is a directory in the project folder which I want to have copied to bin/debug or bin/release after build completes successfully.
I am getting an error as below:
The command "xcopy E:\Lavanya Deepak\Projects\matrimonial\Data bin\Debug\" exited with code 4.
Continue reading...