Jump to content

Third Party Winodows Application Automation


Guest staceyzh
 Share

Recommended Posts

Guest staceyzh

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

Link to comment
Share on other sites

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.

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