<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <o:p></o:p>
    <blockquote cite="mid:BAY148-W201CBA17B0ADC354749C4FD7DF0@phx.gbl"
      type="cite">
      <div dir="ltr">
        <p class="MsoNormal">I can write code and compile it, but when I
          try to execute I
          get:<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Process failed (Create process failed)<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">The executable command in build->set
          build commands is:
          c:\xampp\php\php.exe -l "%f"<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Any idea?</p>
      </div>
    </blockquote>
    I have had the same problem a few days ago. This is what I did:<br>
    <br>
    * added the directory (C:\xampp\php\ in your case) to PATH system
    environment variable<br>
    * restarted the computer<br>
    <br>
    Then it worked. Nick Treleaven said the following:<br>
    <br>
    <blockquote type="cite">In the latest Git version, I've added a
      status bar message explaining that the process timed out -
      although really it is not a time out but a bug in Windows process
      spawning. If you build from source, you can replace '30*1000' in
      src/win32.c to something smaller like '5*1000' for 5s, but this
      causes problems if a process really does take more than that time.
      <br>
      <br>
      I've tried to find a real solution but failed, and ideally it
      should be asynchronous spawning anyway.
    </blockquote>
    <br>
    <br>
  </body>
</html>