drmusti Posted March 8, 2019 Posted March 8, 2019 hi how can get opened windows explorers paths? example: opened folders current c:\test d:\docs e:\excel g:\myworks how can get opened windows explorers paths? and reopen this list later?
drmusti Posted March 8, 2019 Author Posted March 8, 2019 hi how can get opened windows explorers paths? example: opened folders current c:\test d:\docs e:\excel g:\myworks how can get opened windows explorers paths? and reopen this list later?
Developers Jos Posted March 8, 2019 Developers Posted March 8, 2019 (edited) Merged duplicate threads and moved to the appropriate forum. Moderation Team Edited March 8, 2019 by Jos 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.
drmusti Posted March 8, 2019 Author Posted March 8, 2019 dear im new bie and that was first thread. please dont move. i dont know how delete a theread. thanks.
Developers Jos Posted March 8, 2019 Developers Posted March 8, 2019 1 hour ago, drmusti said: please dont move. It is already moved to the correct place. 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 March 8, 2019 Posted March 8, 2019 $aPath [] = ["c:\test","d:\docs","e:\excel","g:\myworks"] For $i = 0 to Ubound ($aPath)-1 Run ('Explorer.exe "' & $aPath[$i] & '"') Next Try this “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
Earthshine Posted March 8, 2019 Posted March 8, 2019 but if OP wants to get them from Explorer, well, that's probably UI Automation time, which may be way above OP My resources are limited. You must ask the right questions
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