Jump to content

Recommended Posts


Posted
killer thanks for the help.

right now i'm assuming that i could use

Send(@ProgramFilesDir & "\directory\file.ext")

In the above example, it will be perform correct. ;)

Posted

Interacting with controls directly, is normally more reliable though.

Example:

Run(@ProgramFilesDir & "\Autoit3\Autoit3.exe")
WinWait('Run Script')
ControlSetText("Run Script", "", "Edit1", @ProgramFilesDir & "\Common Files")
ControlClick("Run Script", "", "Button2")

It is all in the Autoit Manual. :)

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