hi.. need help on creating lsp that can:
> repeat last 2nd command with right click on other/all opened drawings!
example;
```````
different drawings are currently opened;
dwg1, dwg2, dwg3, etc..
if i use command 'zoom all' on dwg1 & then 2nd command 'close' the dwg1,
now the next dwg2 is current, when i do the right click, it popups the HELP menu instead of the last 2nd command 'zoom all' !?
As for the options, i already config with right click repeat last command!
So how to make the other opened drawings repeat the last 2nd command with right click when one drawing closes?!?
thanks