Jump to content

Recommended Posts

Posted

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.

Posted

1

I prefer to use FileInstall(), you would need to fix the function so they wont conflict

2

You can create an EXE of script #2 and fileinstall it into script #1 then compile

the user will only see 1 exe

8)

NEWHeader1.png

  • Moderators
Posted

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.

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
×
×
  • Create New...