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 スクリプト (.au3 ファイル) を実行する方法はありますか?
AutoItスクリプトをコンパイルして、コマンドラインから.exeを実行できます。
または、次のようにスクリプトを実行できます。
AutoIt3.exe myscript.au3
autoit のデフォルトのインストールでは、.au3 ファイルをコマンド ラインから実行できるようにします。
c:>\script.au3