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.
コマンドプロンプトからAutoitスクリプトを正常に実行しています。
"Z:\AutoItScripts\test.au3" "parameter1"
VB.netから同じことをする必要があります。どうすればこれができるか助けてください。
シェルを使用する
例えば
Shell("Z:\AutoItScripts\test.au3 parameter1")