News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Help on current dir in post build steps

Started by dje, August 27, 2007, 12:28:23 PM

Previous topic - Next topic

dje

Hi all !

I am trying to change the current directory in post build steps.
It must work at least on Windows/Linux.

plugin directory is under my project directory.
I tried the following commands in the post build steps on windows :
cd .\plugin
chdir .\plugin
cmd /c cd .\plugin
cmd /c chdir .\plugin

I found nothing useful in C::B documentation provided by Mario (thanks for that).

A workaround could be to provide the current dir to the zip command but I didn't succeed.

Any idea ?

Dje