Jump to content

Recommended Posts

Guest staceyzh
Posted

I'm new here. I want to know if AutoIt can automate third party winodws application, such as click "File" then click "Open", paste a file with directory to textbox, then open that file and run the application. Where can I find some sample code? Thanks

Posted

it sure can. check out the help file and the examples folder (both available upon install)

"I'm not even supposed to be here today!" -Dante (Hicks)

Posted

You can send("!fo") to most programs, and then wait til the open dialog is up and send the filename and click that button, but if all you wanted is to open a file, most programs also use commandlines, like run('notepad.exe "C:\temp\My little text file.txt")

AutoIt3, the MACGYVER Pocket Knife for computers.

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