我试图压制在NSIS中执行psql命令后弹出的输出窗口
ExecWait 'psql -U postgres -f "Path\To\File.sql" postgres'
在看了这个link之后,我尝试了’> nul’.但这不起作用.
要避免使用黑色DOS框,可以使用
nsExec::Exec而不是Execwait.
原文链接:https://www.f2er.com/windows/365296.html