Adrian Maier wrote:
It seems nice to have a way of specifying parameters like that (in which case
I assume that strings given will be passed as-they-are).
Another option is to use escaping for quote characters (and maybe some
others) when specifying the TProcess.CommandLine property.
__
Marco van de Voort 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
>
> Why should quote ch
> 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
>
> Why should quote characters be stripped as it
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
Ex
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
Why should quote characters be stripped as it is in the curre