User forums > Using Code::Blocks

Help on current dir in post build steps

(1/1)

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

Navigation

[0] Message Index

Go to full version