AcademicScientist Posted June 15, 2019 Posted June 15, 2019 Hi, I'm trying to create a script that allows me to do different tasks with several programs at the same time, specifically, I need to use:ExcelMicrosoft WordNotepadSigilCaliberI am a newbie in autoit and I have been blocked with a small problem. I have ordered Sigil to run, that's very simple, but what is the code needed to select in the menu "open file" the area where I should write the path where that file is located? or, in other words, how are different zones selected within the same menu? ;We execute the Sigil Run("C:\Program Files\Sigil\Sigil.exe") ;We order wait until it is open and the program window shows this title WinWait("untitled.epub - epub2.0 - Sigil") ;We ordered to open a file (Ctrl+o) Send("^o") Sleep(1000)
Developers Jos Posted June 15, 2019 Developers Posted June 15, 2019 Moved to the appropriate forum, as the Developer General Discussion forum very clearly states: Quote General development and scripting discussions. If it's super geeky and you don't know where to put it - it's probably here. Do not create AutoIt-related topics here, use the AutoIt General Help and Support or AutoIt Technical Discussion forums. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now