問題タブ [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.
c++ - 複数の cmd.exe パラメータ/引数を ShellExecute(Ex) に渡しますか?
と を使用してcmd.exe /c /v:on
実行しようとしています。ただし、どちらの方法も 1 つのパラメーターしか受け付けないように見えます。これは、Windows 7で aが表示されるためです。ShellExecute
ShellExecuteEx
/v:on
The filename, directory name, or volume label syntax is incorrect.
これは私が試したコードで、現在いじっています(運が悪い):