[fpc-pascal] FPC run (run program after compile)

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Jan 16 11:08:05 CET 2017


On Mon, 16 Jan 2017 00:06:59 -0700
"Lars" <noreply at z505.com> wrote:

> Is there a way to compile a program with fpc at the command line and run
> it right after?
> 
> Something like
>   fpc run project1.pas -Fu../

instantfpc -Fu../ project1.pas

 
> The only thing I could find was InstantFpc, which may serve similar
> purpose but not really the same as what I was thinking...

And what are you thinking?

Mattias



More information about the fpc-pascal mailing list