<p>OK done a bit more investigating and I think I have a fix.</p>

<p>My Build / Compile menu option was set as follows:</p>

<pre><code>command:                 build.bat -c "%f"   
working directory        "%d"
</code></pre>

<p>Changing this to:</p>

<pre><code>command:                 cmd.exe /S /C build.bat -c "%f"   
working directory        %d
</code></pre>

<p>Got things working.</p>

<p>I would be interested if someone could explain why this was changed as it looks to me like a step backwards.</p>

<p>What is the advantage of doing it the new way?</p>

<p>Terry</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/issues/790#issuecomment-162016321">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ33EPoxph7_avR8BK_vt3iiV8rg2ks5pMbppgaJpZM4Gu-HM.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/790#issuecomment-162016321"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>