- March 10, 2006
- 4,434
- 1,897
- Moderator
- #21
ok now it's work!
thanks all for help!
I have a problem btw, i had to hardcode the path because it can understand "..\"....how to solve this?
That would be the case if $(SolutionDir) doesn't end with a '\'
PS: Since Windows doesn't mind the usage of \\, you can just use:
"$(ProjectDir)PostBuild.bat" "$(SolutionDir)\..\MediaPortal" $(ConfigurationName)