Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSIS で psql コマンドを実行した後にポップアップする出力ウィンドウを抑制しようとしています
ExecWait 'psql -U postgres -f "Path\To\File.sql" postgres'
このリンクを見た後、「>nul」を試しました。しかし、それはうまくいきません。
黒い DOS ボックスを回避するには、Execwait の代わりにnsExec::Execを使用できます。