How would you go about sending variables to external AHK scripts for example. In Hyperspin, you could use "%romname%" and "%systemname%" to send variables to an AHK script. You could also use the clipboard function in AHK to capture variables and then copy them to your script. However, with AM, or I don't know how you can extract those variables to use with scripts that aren't written in squirrel. I am much more comfortable with writing AHK scripts to automate a lot of things, and would rather do that than use squirrel scripts. So is it possible to get the variables and pass them to AHK, or anything else for that matter? If squirrel had some sort of function that could just copy variables to the clipboard that would work, so they could then be copied into another application.