[fpc-pascal] Linux - ExecuteProcess versus fpSystem
Marco van de Voort
marcov at stack.nl
Fri Sep 9 13:40:41 CEST 2011
In our previous episode, michael.vancanneyt at wisa.be said:
>
> You must remove the quotes around 'outputfile.org':
>
> Status:=ExecuteProcess('/path/to/oggenc',['-Q','--output=outputfile.org','tempfile.wav']);
While better, this is afaik not required per se, the executing binary can
strip them also while doing cmdline parsing. It doesn't matter for
executeprocess.
More information about the fpc-pascal
mailing list