How to get command output in NSIS?

老子叫甜甜 提交于 2019-12-10 01:21:13

问题


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:


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



来源:https://stackoverflow.com/questions/4018097/how-to-get-command-output-in-nsis

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!