Hi, I have a visual studio 2008 solutions with several projects, one project
have a post build event that looks like:

Command="XCOPY '$(SolutionDir)3rd Party\*.DLL' $(TargetDir) /Y

1. when I build the solution from VS IDE and by command prompt through
MsBuild.exe the complete solutions build sucessfully

2. When I build a single project(which have post build event) throught VC
IDE it has build sucessfuly

Trouble : 3. when I tried to build project through MSBuild.exe by windows
command prompt it is through the following error


C:\WINDOWS\Microsoft.NET\Framework\v3.5\microsoft.common.targates<3314,13>:error
MSB3073 : The command "copy *Undefined*3rd Party\*.dll"
d:\PFL\Current2008\SalesPortal\PGLWeb\bin\ /Y" exited with code 1.


Thank you

BL