<p>Am 16.01.2017 08:07 schrieb "Lars" <<a href="mailto:noreply@z505.com">noreply@z505.com</a>>:<br>
><br>
> Is there a way to compile a program with fpc at the command line and run<br>
> it right after?<br>
><br>
> Something like<br>
>   fpc run project1.pas -Fu../</p>
<p>No, FPC is a compiler, not a "runner" or debugger. That would even be one of the few points where patches would *not* be welcome.</p>
<p>As the others said already, use InstantFPC for that.</p>
<p>Regards,<br>
Sven</p>