How to get command output in NSIS?

Viewed 11243

I'm wondering, how do I get the output of an execwait command in NSIS. For example, if I run tree, how would I get the output, which would be the actual tree?

1 Answers
Related