Jump to content

Is AutoIt what I need?


Recommended Posts

  • Moderators

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

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 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 here
RegExp tutorial: enough to get started
PCRE 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

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.

Link to comment
Share on other sites

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)

userbar.png

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...