OK done a bit more investigating and I think I have a fix.
My Build / Compile menu option was set as follows:
command: build.bat -c "%f"
working directory "%d"
Changing this to:
command: cmd.exe /S /C build.bat -c "%f"
working directory %d
Got things working.
I would be interested if someone could explain why this was changed as it looks
to me like a step backwards.
What is the advantage of doing it the new way?
Terry
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/790#issuecomment-162016321