Hello! I am trying to execute external command from D program, and then process its output. spawnvp() doesn't seem to be enough as it does not return output, but just status as int. How to achieve it in D (I don't know method also in C(++), so even this will help <g>)? --- Regards Marcin Kuszczak (Aarti_pl)