13lack13lade Posted September 2, 2013 Share Posted September 2, 2013 Hi Everyone! Just a general question... How to open files with a partly known file name... For example BOB JANE JULY 2023410 8 SALES.xlsx Is there a way i can tell a script to select all files in a folder? (for example attaching to an email rather than listing direct file names but a location instead?) Is there a way i can get autoit to identify a file to select with only using say 'BOB JANE' in the file name? To be more specific i have a bunch of excel reports being dumped into a folder, i want to set up a script to format the spreadsheets according to a macro i already have and i want to format each individual spreadsheet then attach that to an email (the only thing im needing help with is in relation to file paths / file names and ways to get around it) Thanks guys! Link to comment Share on other sites More sharing options...
Moderators Solution big_daddy Posted September 2, 2013 Moderators Solution Share Posted September 2, 2013 Take a look at FileFindFirstFile() in the AutoIt Help File. 13lack13lade 1 Link to comment Share on other sites More sharing options...
13lack13lade Posted September 2, 2013 Author Share Posted September 2, 2013 thank you for that! big_daddy 1 Link to comment Share on other sites More sharing options...
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