To create an association in XP go to Control Panel, Folder Options, click on the File Types tab and the New button.
Just from memory, 98 and 2000 are similar, just look around. You can also look in the help file.. do a word search for file association.
I've never had any luck getting acad to...
Maybe I need to explain my issue a little better. We know in order to use a custom arowhead you first have to insert a block of the arrowhead and then, using dimldrblk you can define it as an arrowhead. This is my original macro:
^C^C-i c:/plbg/l3 ^C^Cdimldrblk L3 qleader;
This just defines...
Close, but no cigar.
When I use the macro you suggested, it inserts the block and then I can do a splined leader, but it won't erase the original block insert and it won't let me pick 3 points for the splined leader. When I pick the second point, it draws the leader with a small arc.
Thanks...
I'm having problems creating a toolbar macro.
I want to change layers, insert a block (for a custom leader arrow) and then spline the leader line.
This works to just insert the block and draw the leader:
^C^C-i c:/plbg/l3.dwg ^C^Cdimldrblk L3 qleader;
When this is done, I don't see the block...