CodeHog Posted March 27 Posted March 27 How do I get AutoIt to display (not execute) files that match the pattern "Cp_*.au3" in a folder, say, C:\UTILITY\Scripts\AU3\Cp_*.au3 I have tried the following command to no avail. Run ("Explorer.exe /select," & "C:\UTILITY\Scripts\AU3\Cp_*.au3")
Developers Jos Posted March 27 Developers Posted March 27 Open the helpfile and check for _FileListToArray or FileFindFirstFile(). 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.
argumentum Posted March 27 Posted March 27 42 minutes ago, CodeHog said: How do I get AutoIt to display (not execute) files that match the pattern "Cp_*.au3" in a folder, say, ... https://www.autoitscript.com/autoit3/docs/libfunctions/_WinAPI_ShellOpenFolderAndSelectItems.htm Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
Solution Nine Posted March 27 Solution Posted March 27 (edited) If you want a tool to perform those tasks including selecting some specific contents, you could use my Tool to search in text (au3) files. Edited March 27 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
CodeHog Posted Sunday at 10:17 PM Author Posted Sunday at 10:17 PM @Nine Thanks for giving my brain a shaking. I wrote an Autoit script to invoke Nirsoft "Search My Files" config file for .au3 files that I already had on my pc. Much cleaner. Thanks for jogging my brain. Your AutoIt script is also nice. But no need for me to re-invent the wheel, as they say.
Nine Posted Monday at 03:11 AM Posted Monday at 03:11 AM Glad you like it. It is the one script that I use all the time, every day... argumentum 1 “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
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