問題タブ [shellexecuteex]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
7086 参照

c++ - 複数の cmd.exe パラメータ/引数を ShellExecute(Ex) に渡しますか?

と を使用してcmd.exe /c /v:on実行しようとしています。ただし、どちらの方法も 1 つのパラメーターしか受け付けないように見えます。これは、Windows 7で aが表示されるためです。ShellExecuteShellExecuteEx/v:onThe filename, directory name, or volume label syntax is incorrect.

これは私が試したコードで、現在いじっています(運が悪い):