ronen1n Posted January 5, 2020 Posted January 5, 2020 (edited) Hi I need to enter the path to the folder and press Enter I tried something like this and it didn't work WinWait("Select Folder", "ShellView", 1) Send("C:\{Enter}") and ControlSetText didn't work also Edited January 5, 2020 by ronen1n
Subz Posted January 5, 2020 Posted January 5, 2020 (edited) Have you tried Sorry just realized this a selection box, what program are you automating? Can you try: ControlSend("Select Folder", "", "[CLASS:Edit; INSTANCE:1]", "{DEL}C:{ENTER}") Edited January 5, 2020 by Subz
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