coopdaveel Posted December 21, 2018 Posted December 21, 2018 Hi. Been a while since I was here. Trying to automate a clunky installation procedure for Microsoft Access database. One of the steps requires launching an Access module with the bypass key (hold SHIFT while double-clicking the exe.) So far I can't find another way to do this, as the official bypass method is to use the SHIFT key. (https://support.office.com/en-us/article/bypass-startup-options-when-you-open-a-database-ba66917a-68b6-4fe6-8c23-33042953a5f9) Is there a way to use the SEND function? Is there a method that doesn't require sending mouse clicks? Looking for an elegant solution.
Developers Jos Posted December 21, 2018 Developers Posted December 21, 2018 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.
Nine Posted December 21, 2018 Posted December 21, 2018 (edited) Yes you can use the send function this way : Send ("{LSHIFT down}") ; do something here Send ("{LSHIFT up}") As for the mouse clicks, I do not understand the question. You may want to elaborate... If this for a software installation, have you tried silent install ? Edited December 21, 2018 by Nine “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
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