Re: Using AutoIt?
- Posted by vijayamohan <codernwo at gmail?co?> Sep 01, 2007
- 570 views
Matt Lewis wrote: > > Essentially, the AutoIt (from what I know about it) developers have \ > written a lot of this low-level stuff to allow you to automate these > higher level tasks. It's more of a scripting language in the traditional > sense (used to script certain actions, or as glue between multiple > applications) than Euphoria, which is perhaps better described as an > interpreted (or compiled) general purpose programming language. > > In short, you can do everything with Euphoria that AutoIt can do (although > the first time you do it, it will probably take a lot more work), but > AutoIt cannot do everything that Euphoria can do (at least not in a > sane fashion). > > Matt Autoit also includes a DLL that provides a subset of the features of AutoIt via an ActiveX/COM and DLL interface. It is well documented so that writing a wrapper for it in euphoria is a snap. vijay