perform Explorer "Open With..." on part file inside inventor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am looking for a way to perform a script or macro inside of inventor that would do the following:
- select part or component to perform a similar operation to Explorer's "open with" command and tell it to open specifically in our CAM application "AlphaCAM.exe".
- best thought on this is to start with an "open file location" ilogic rule of which i've seen many posts for this. can this be followed by VBA that acts on the selected file in explorer to invoke the "open with" command?
- Either add a parameter or custom iproperty field would be created to flag the file with an export date and Boolean
- this would operate as a check list to keep track of each component that has been exported for CAM
Thanks in advance for your input!