in reply to Re: collect output of system()
in thread collect output of system()
Calling system with multiple arguments will skip the shell, at least under Unix systems. When called with a single argument the shell will also be skipped if there are no shell meta-characters in the argument.