I'm a relative newbie with Autohotkey but I'm fairly certain this is not supposed to happen. When I use the 'reload' command, an infinite loop begins. As far as I can tell, it is a loop of whatever script invoked it. But it won't stop unless I use Taskkill. Actually, Task Manager might work but I haven't tried it. I'm running Windows 10 21H2. AHK is ver 1.1.34.03. I have tried a diagnostic boot of windows (almost no running apps) and I have also uninstalled and reinstalled AHK. Result remains the same.
I have a script that is only
Reload
msgbox, 4096, , Pausing
(There isn't really a blank line in there. Without it, the editor made it into a single line.)
My assumption was that msgbox would stop any loop. What actually happens is that the program begins to loop, flashing the msgbox momentarily. This goes on and on. I'm unable to stop it with the ahk icon because it also appears and disappears (in the hidden icons tray), so fast that I cannot click it. Only thing I have killed it with is taskkill.
Any suggestions?
-----Paul-----