# IO-DATA Channel Manager用バッチファイル Sleep 3000 # 予約OK FindWindowEx 8 0,"#32770","Channel Manager",30,100 FindWindowEx 9 8,"Button","OK",30,100 SetForegroundWindow 1 # WM_LBUTTONDOWN 0x0201 # WM_LBUTTONUP 0x0202 SendMessage 9 0x0201 SendMessage 9 0x0202 Sleep 1000 # 親ウインドウ閉じる FindWindowEx 6 0,"#32770","Channel Manager",30,100 FindWindowEx 7 6,"Button","閉じる",30,100 SetForegroundWindow 1 SendMessage 7 0x0201 SendMessage 7 0x0202