my launcher (made with Portableapps.com launcher generator) runs AutoHotkey.exe
if another instance of AutoHotkey.exe is running then this launcher does not close
it copies registry settings back to \Data folder as it should but stays open according to windows task manager
how can I make it close without closing other instance of AutoHotkey.exe?
found workaround for this issue: compile ahk script with ahk2exe utility
still looking for a way to do it without workarounds...