Jump to content

Recommended Posts

Posted

Pretty much I want to be able to have a compiled script read a .au3 or .ax3

The au3 will change so i need it to read and excute.

Anybody have ideas?

Posted

Pretty much I want to be able to have a compiled script read a .au3 or .ax3

The au3 will change so i need it to read and excute.

Anybody have ideas?

Make a runner prrogram to execute .a3x files.

RunWait(@AutoItExe & ' /AutoIt3ExecuteScript ' &  'myprogi.a3x')

Then have the .a3x load the .au3 when it executes. Remeber that the loaded au3 fil can not reference anything not included in the a3x file unless the included file is in the same folder as the au3 file.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...