Author Topic: Help on current dir in post build steps  (Read 3115 times)

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Help on current dir in post build steps
« on: August 27, 2007, 12:28:23 pm »
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