<p><a href="https://github.com/Terry-euclid" class="user-mention">@Terry-euclid</a> I believe the problem you have is only that your "working directory" option used quoting around <code>%d</code>, which it should not.  The command is a command, so might require some quoting, but the working directory is just a path.  If quoting was required on Windows before, it was unfortunately a bug.<br>
So, please try using your old command, but simply removing the quotes around the working directory (e.g. just leaving <code>%d</code>).</p>

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

<p>Well… basically it's not a hack anymore :)  There was several issues regarding sub-process launching and communication on Windows, and they have been fixed (at least we believe so) in 1.25.<br>
This should have been largely compatible with existing commands, but apparently we missed a corner case, sorry.  However, note that now build commands use quoting rules following Windows' conventions, which while mostly compatible has slight differences (i.e. in handling of <code>'</code>s).</p>

<p>Anyway, one glaring advantage of the "new way" is that Geany is now still responsive during build on Windows, and reports build command's output in real time, just like it does on other platforms.</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-162057853">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ3QUlPEYWp6ewuhBGoq9LnPG7v-kks5pMd7EgaJpZM4Gu-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-162057853"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>