autoit スクリプトをバッチファイルでパラメーターを指定して起動する

スクリプト

if $CmdLine[0] = 0 Then
$x1 = 1
Else
$x1 = $CmdLine[1]
EndIf

パッチファイル

C:\autoit3\AutoIt3_x64.exe C:\autoit3\Examples\a.au3 %1

AutoIt

Posted by eightban