Author: Max Drake

AHK and .DLL files

.DLL are dynamic library files, that can be read by multiple executables all at the same time, reducing overhead. So you could put all your functions in a .DLL file and call them from all your other scripts, thereby keeping all your functions in one place. this seems a good path to explore now that