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.
Environment, Files, Dir, Disk, GUI, InputBox, MsgBox, Misc, Network, Obj/COM, Process, Registry, Tray, WinKill functions implying deletion or modification will not be executed. They will set @error to 9999 and return "".
Thanks a lot in advance.






