Hi, Is there a way to launch an AutoIt script from another AutoIt script but that the child script can access the variables of the parent script ? Basically, I'm looking for something similar to the CALL command in batch scripting. VBScript also had something similar with ExecuteGlobal and I was happy with it, but I'm looking to completely switch to AutoIt now. Execute isn't what I want since it severely limits the usefulness of the child scripts. Thanks a lot in advance.