Jump to content

Using FileInstall


 Share

Recommended Posts

Thanks greenmachine that worked adding that piece into my code.

run(@AutoItExe)

When I click the button it gives you the option of selecting your desired script. I would also like the option of clicking a button to run another script automatically. This is what I've tried adding, but when I click on my desired button I get =======> Unable to execute the external program

FileInstall("C:\test.au3", "D:\test.au3\")
run("D:\test.au3")
;also have tried run("D:\test.exe")

I've tried looking for an example in AutoIt 123 with no luck. If there is an example to run the script after FileInstall() has done it's thing, Valuater, what example #.

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