Macro: Inserting a block from a specific location

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
Trying my hand at macro creation and many have been successful so far.
I'm trying to create a macro where a block is inserted from a specific folder, for example, when activated, the macro directs the user to a 'parent' folder, where they then have to select the 'child' folder which contains the block - to be inserted as a block (ideally exploded on input)(or inserted/attached as an xref?).
^C^C^P._INSERT;"~"
The above works as a macro to insert a block, but I'm wondering if you can already complete the first portion of the path / folder location so that it always opens to the parent folder. Otherwise there are 4/5 folders which you need to go through first before getting to the parent folder, which isn't the end of the world but it would speed things up a bit.
I'm working on AutoCAD but the other users will be using AutoCAD LT - so I can't use LISP routines.
I have also tried adding the parent folder location to the trusted file locations, but this hasn't helped.
Any help would be appreciated!
J