hi !
command line ahk or bat ?
ahk command to launch directly without clik on "ok" :
Run, Gunman_Launcher.exe
WinWait Gunman_Launcher | v1.0
WinActivate
Click 290,200 ; emplacement du ok lanceur 290=X 200=Y
Esc::
Process,Close,autohotkey
Run,taskkill /im "ahk.exe" /F
Process,Close,Zombie Gunman_Launcher.exe
Run,taskkill /im "Gunman_Launcher.exe" /F
ExitApp
return