开发者

How to get command output in NSIS?

开发者 https://www.devze.com 2023-01-22 03:14 出处:网络
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 tre开发者_C百科e?You can\'t do that with ExecW

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 tre开发者_C百科e?


You can't do that with ExecWait, you have to use one of the plugins: nsExec, ExecDos or ExecCmd

0

精彩评论

暂无评论...
验证码 换一张
取 消