Jump to content

2 .au3 in 1 exe file?


J0ker
 Share

Recommended Posts

Ok here it goes, My main script (Main.au3) need to run another au3 file (Second.au3) inside his script. When It come to compile, is that possible to make only ONE exe file using this two au3 file ( knowing that the Main.au3 run the Second.au3)

I cannot insert Second.au3's script in Main.au3 because some functions will be in conflict. I dont want to have 2 exe file, it's why im asking that question.

Link to comment
Share on other sites

  • Moderators

Just make the 2nd au3 an a3x and use /AutoIt3ExecuteScript to call it.

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

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