velezh 0 Posted May 4, 2010 Hi! Tell me please, why AutoItX3.dll does not contain any functionality to direct run an .au3 script? I don't wanna use ShellExecute(0,"AutoIt3.exe","script.au3",null,SW_SHOWNORMAL) Share this post Link to post Share on other sites
Richard Robertson 187 Posted May 4, 2010 It doesn't because it doesn't need to. AutoItX is designed to let other languages call some of AutoIt's built in functions. It never was, and never will be, designed as a replacement for AutoIt. Share this post Link to post Share on other sites
doudou 5 Posted May 7, 2010 Tell me please, why AutoItX3.dll does not contain any functionality to direct run an .au3 script? I don't wanna use ShellExecute(0,"AutoIt3.exe","script.au3",null,SW_SHOWNORMAL)Try this: http://www.autoitscript.com/forum/index.php?showtopic=113489 UDFS & Apps:DDEML.au3 - DDE Client + Server[*]Localization.au3- localize your scripts[*]TLI.au3 - type information on COM objects (TLBINF emulation)[*]TLBAutoEnum.au3 - auto-import of COM constants (enums)[*]AU3Automation - export AU3 scripts via COM interfacesTypeLibInspector- OleView was yesterdayCoder's last words before final release: WE APOLOGIZE FOR INCONVENIENCEĀ Share this post Link to post Share on other sites