Rewl 0 Posted November 14, 2010 First off, let me apologize about thread about automation. Now, on topic. What can Auto-It script as in programs etc? I'm wondering if I should either just learn auto-it or go to something like c++. Also, what have you guys been able to make in a short amount of time of learning Auto IT? [size="1"]Programs: Draw Tool | [/size] Share this post Link to post Share on other sites
Jos 2,209 Posted November 14, 2010 Now, on topic.What can Auto-It script as in programs etc? I'm wondering if I should either just learn auto-it or go to something like c++.Also, what have you guys been able to make in a short amount of time of learning Auto IT?What time have you spent reading the available info before posting this question? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
Rewl 0 Posted November 14, 2010 What time have you spent reading the available info before posting this question?I actaully have gone through example scripts etc and everything, youtube etc. I just wanna see what you guys have made. [size="1"]Programs: Draw Tool | [/size] Share this post Link to post Share on other sites
somdcomputerguy 103 Posted November 14, 2010 I just wanna see what you guys have made.Example Scripts - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites
Mat 376 Posted November 14, 2010 everything is the short answer. Certainly anything C++ can do. Just try it, and if you haven't made something useful within a week then you are trying wrong. AutoIt Project Listing Share this post Link to post Share on other sites
Foxhound 1 Posted November 15, 2010 I'm still pretty novice at it and I've managed to create some pretty intricate scripts. There are a lot of built-in functions that make it really simple to carry out complex tasks. I think AutoIT is a good way to start getting the hang of the basics of programing (loops, conditional statements, functions, problem solving methods, etc...). I've already began trying out programming in Python and I gotta tell you, I have a leg up on it because of AutoIT. As for some example scripts, feel free to browser through my signature [quote]Quick YouTube To MP3 | Lyrics Finder | Internet Radio Player | GetWeather | TinyURLifier[/quote] Share this post Link to post Share on other sites
horohoro 0 Posted November 15, 2010 Autoit is a dream language because is very easy to learn and offers you alot of functions to play with. C++ is the best programming language but you have to spend years to master it. Share this post Link to post Share on other sites
SmOke_N 211 Posted November 15, 2010 Autoit is a dream language because is very easy to learn and offers you alot of functions to play with. C++ is the best programming language but you have to spend years to master it.Says who, why?I think the "best" language is the one that gets the job done efficiently and to the specs that are required. 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. Share this post Link to post Share on other sites
kaotkbliss 146 Posted November 15, 2010 See my sig! Seriously though, with the many included functions as well as user developed functions, there isn't much autoit can't do, and being as it's BASIC-like, has a relatively low learning curve. 010101000110100001101001011100110010000001101001011100110010000001101101011110010010000001110011011010010110011100100001My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueekWe're gonna need another Timmy! Share this post Link to post Share on other sites