I have a new Codeblocks install with mingw32 compiler. Created new c++ console project with default hello world stuff and I hit F9 (Build and Run). Compiles without problems but doesn't run the executable. I created new entry under tools ...

... and when I execute it from the tools menu it opens the cb_console_runner and its all good.
So how do I configure Codeblocks to run my custom tools entry after building (when I hit F9)?
The funny thing is that I have already managed to do this but I forgot exactly how and now I'm unable to find the link.