Bellzemos Posted November 8, 2014 Author Share Posted November 8, 2014 OK, thank you for clarifying that. So that means that AutoIt doesn't connect to the internet. I don't know why they wrote otherwise on that website but I'm glad I know the truth now. Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted November 8, 2014 Moderators Share Posted November 8, 2014 AutoIt is a coding language, it has the ability (if the coder has the ability) to connect to the internet, but it does not do a "phone home" type of install when you install it initially. And the application(s) you create from this point forward, the end-user (client/machine) does not have to have AutoIt installed if you distribute the executable you've created. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
jchd Posted November 8, 2014 Share Posted November 8, 2014 (edited) There is one notable exception: when your application uses SQLite internally (an embedded database engine) and you've #included sqlite.dll.au3 which checks the dll version over the internet. Note that you can simply copy the dll to the script directory and not use sqlite.dll.au3 at all. Edited November 8, 2014 by jchd This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
Bellzemos Posted November 8, 2014 Author Share Posted November 8, 2014 Thank you guys. I just wanted to know if the AutoIt program itself makes an exception in FW and calls home as it's written on that site. So the answer is no. Thanx for clarifying it. Link to comment Share on other sites More sharing options...
czardas Posted November 9, 2014 Share Posted November 9, 2014 I never heard of AutoIt adding exceptions to a firewall. Any firewall worth it's salt will inform you if an AutoIt script attempts to connect to the internet. I use Zone Alarm to monitor internet access and I seldom add exceptions. When I run a script requiring internet access, Zone Alarm always asks whether to allow it or not. operator64 ArrayWorkshop Link to comment Share on other sites More sharing options...
TheSaint Posted November 9, 2014 Share Posted November 9, 2014 Is AutoIt what I need? The simplest answer, is the following checks. [1] Can you find a program, free or otherwise, to do what you want? [2] If yes, then AutoIt etc not needed, just that program you found. [3] If no, then you need to create it, by programming ... or get someone else to do it. That last part, we don't do here generally, even frown on such requests, so you could try something like Rent-a-coder. [4] To create your own program, then AutoIt is simple yet powerful, and if you are a novice programmer, undoubtedly the best option. The AutoIt Help file, is also second to none. The Forum here, is extremely helpful. [5] There is not much, that AutoIt cannot do on a Windows PC, though some more difficult to learn programs can do things a bit better ... usually faster with less memory usage. [6] As a recommendation, I only use AutoIt, though sometimes in conjunction with other programs, as a frontend. Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now