Jump to content

Recommended Posts

Posted

First off, what a wonderful library. Just what I was looking for.

Looking at the AutoItX header, I don't see a method that will allow for the running of a .au3 script. I suppose that I could issue a "Run" command, but that seems to me more for the launching of external applications.

Depending upon the state of certain controls, I am dynamically building an .au3 script. It'd be nice if this could be launch internally without having to spawn another process.

Any insight is appreciated. Once again, thanks for everything.

  • Administrators
Posted

No, the AutoIt control doesn't allow the running of an Au3 script, it's more designed for using autoit-like commands in non-AutoIt languages.


 

  • 4 weeks later...
Posted

First off, what a wonderful library.  Just what I was looking for.

Looking at the AutoItX header, I don't see a method that will allow for the running of a .au3 script.  I suppose that I could issue a "Run" command, but that seems to me more for the launching of external applications.

Depending upon the state of certain controls, I am dynamically building an .au3 script.  It'd be nice if this could be launch internally without having to spawn another process.

Any insight is appreciated.  Once again, thanks for everything.

You could compile it and use the run command

Rick

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