Hi,
I need to run a shell script in code blocks in order to compile my code.
I tried adding the below to Project->Build options->Pre/Post build steps
$sh ..\..\..\..\..\..\msys\1.0\home\admin\vlc\extras\p ackage\win32\configure-msys.sh

I got the following error
Running target pre-build steps
..\..\..\..\..\..\msys\1.0\home\admin\vlc\extras\p ackage\win32\configure-msys.sh
Execution of ' ..\..\..\..\..\..\msys\1.0\home\admin\vlc\extras\p ackage\win32\configure-msys.sh' in 'C:\Documents and Settings\admin\Desktop\Binny Work\CodeBlocks PRj\Sample' failed.
Nothing to be done.

Get a similar error even when tried with absolute path..

Please guide.