AHK: Manage multiple scripts
问题 I got many scripts. I want to be able to manage them all in 1 in script. What I want is that the main script will activate a certain script, then when the secondary script is done, it returns a value to the main script. After that, the main script calls another secondary script, etc... Is there a proper way to do this? More precise question: Is it possible to activate a AHK script from another script AHK? At the moment, to detect that at a secondary script is complete, the way I currently use