[fpc-pascal] Re: TProcess questions

Michael Van Canneyt michael at freepascal.org
Tue Oct 3 11:13:20 CEST 2006



On Tue, 3 Oct 2006, Alexander Todorov wrote:

> Can you add the following to TProcess instead of using the CommandLine
> property:
> example:
> property ProcessName: String - the process to be executed
> property Params : TStringList - list of command line params to be
> passed to the process

Executable and Params seems like a better choice ?

> 
> Why should quote characters be stripped as it is in the current
> implementation?

Some should be stripped, others not.

Michael.



More information about the fpc-pascal mailing list