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?
 
      
 Visit the Community page
 Visit the Community page Join our forums
 Join our forums Subscribe to our email newsletter
 Subscribe to our email newsletter Subscribe with RSS
 Subscribe with RSS Follow us on BlueSky
 Follow us on BlueSky Follow us on Facebook
 Follow us on Facebook Follow us on LinkedIn
 Follow us on LinkedIn Follow us on Mastodon
 Follow us on Mastodon
found workaround for this issue: compile ahk script with ahk2exe utility
still looking for a way to do it without workarounds...