Canada369 Posted July 14, 2005 Posted July 14, 2005 Well is there any tutorials for autoit3? Im kidna n00b and want to learn more, but idk where to start lol.
GaryFrost Posted July 14, 2005 Posted July 14, 2005 pretty much the help examples, and search the forum SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
LxP Posted July 14, 2005 Posted July 14, 2005 Well is there any tutorials for autoit3? Im kidna n00b and want to learn more, but idk where to start lol.<{POST_SNAPBACK}>Is there anything in particular that you'd like to try doing? Is there something on your system that you do a lot which would benefit from automation?It's always easier to get started on something if you have a goal of some sort to work towards. For me it was the task of cleaning up my PC -- deleting files in temporary locations, running a defragmenter with a set of options, that sort of thing. Nowadays utilities to do this are all over the place but it was great to script it all because I learnt how best to do things using AutoIt.
Canada369 Posted July 14, 2005 Author Posted July 14, 2005 hmmm ya actualy, I move eveyr file/folder on my desktop into a folder called "everything" lol.
seandisanti Posted July 14, 2005 Posted July 14, 2005 hmmm ya actualy, I move eveyr file/folder on my desktop into a folder called "everything" lol.<{POST_SNAPBACK}>to help with your moving process, you should check out the help file sections on...1)looping (language reference>loop statements)2)filemove() (function reference>file, directory, and disk management)3)filefindfirstfile()/filefindnextfile (function reference>file, directory, and disk management)each topic in the help file has good example code. you should definitely check out the helpfile. it's probably the best help file i've seen. and best way to learn autoit is to use it
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