I'm sorry, think i was not enough clear, i try to explain:
in dental manifactures process, there's a cad software whereby users, projects and design a sort of prototypes (every tooth is different and need to be machined as single project). At the end of design procedures, this software generates a model file (destinated to be machined in a subsequent cam procedure) and show it into fhe folder system in order to allow users to send it via lan.
This file is named approximately this way: yyyymmdd-[IdCustomer]-[ID Progressive of the day] and it's generated (together with some other files) inside a folder with the same name, in a specific path.
My goal is to copy this folder string into a db table, allow user to add some data in order to manage it in a better way into the workflow. Here's the reason why i need to capture the file string name (or folder) at the moment that the software shows it into the fileSystem, and open ( or get active) my db application at the same time.
Create an association with extenction file is not probably the best solution in this case, this kind of files had associations with proper viewer that i prefer not to modify.
Maybe a solution could be a macro recorded or something like this. Regarding vbScript, i don't know much around its possibility outside access, because of course, the solution i'm searching for, could be only outside Access.
Thank you for any suggestion