VB script to show all file extensions with the MAS item number as the filename?
All the files are stored in one specified folder.
The client sometimes has a pdf spec of the item, sometimes an xls, sometimes both, or something other than those.
They wan to hit the button in Item Maintenance and have it bring windows explorer and list all the file types with filename = item number.
I currently have a script that sequentially searches by specific file types (pdf, xls, xlsx) and opens that file with the appropriate app.
But this does not solve the issue of both a pdf and xls for the same item number.
Anyone got a handy script, or ideas?
Thanks - Clark