Hi,
I work with the latest nightly and Windows 7.
I wanted to know how to set the working dir for the post build steps of a project. Currently it is always the same directory as the .cbp file. In the properties you can set the execution working dir, but this seems to have no effect on the pre/post-build steps. I need this for automated testing, the tests have data they need to process and will only find it if the executable is called from the correct working dir.
Changing the paths in the software is not an option, as this would imply not only changing the paths in the testing environment (which would not be a big problem) but also in the original code (which would definitely be a problem).
A simple cmd /c cd .. won't do the trick either.
Any help is appreciated.
Thanks,
Koonschi