Jump to content

noobiest thing you ever heard


 Share

Recommended Posts

this probably is, but heres my question. i cant find where you start. ex., click on mozilla firefox to get online. i clicked on autoit3 and it said open a file but i want to CREATE one. so, uh, where is it?

Link to comment
Share on other sites

this probably is, but heres my question. i cant find where you start. ex., click on mozilla firefox to get online. i clicked on autoit3 and it said open a file but i want to CREATE one. so, uh, where is it?

You can create an au3 script in any text editor with a "Save as" ability(i.e Notepad, Wordpad) However, the best editor to use is by far SciTE4Au3

You simply create a script, and save the file with a ".au3" extension, and autoit will then be able to execute it :shocked:

Super easy Sample script:

MsgBox(0,"Hello", "You just made your first script! Cool huh? Congratulations!")
Edited by Paulie
Link to comment
Share on other sites

this probably is, but heres my question. i cant find where you start. ex., click on mozilla firefox to get online. i clicked on autoit3 and it said open a file but i want to CREATE one. so, uh, where is it?

Open AutoIt helpfile (AutoIt.chm) and read sections:

- Running Scripts

- Script Editors --> I recommend to use Scite4Autoit3

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...