[fpc-pascal] Re: TProcess questions

Alexander Todorov alexx.todorov at gmail.com
Tue Oct 3 11:08:43 CEST 2006


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 current implementation?



More information about the fpc-pascal mailing list