Jump to content

compiling a .au3


Recommended Posts

Start > AutoIt v3 > Compile Script to .exe or right click on the .au3 file and click Compile Script or Compile Script with options.

<{POST_SNAPBACK}>

i think he's asking how he can compile an .au3 from within a script. If that is the case, you could use the command line compile option from a run() function... more information is in the help file, if you search for compile, method 3 is the command line example:

Aut2exe.exe /in <infile.au3> [/out <outfile.exe>][/icon <iconfile.ico>] [/nodecompile] [/comp 0-4] [/pass <passphrase>]

and the run function, just incase you're not familiar with it:

Run ( "filename" [, "workingdir" [, flag]] )

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