Overkill, Audit, Purge all in one toolbar button

Overkill, Audit, Purge all in one toolbar button

jduframe
Enthusiast Enthusiast
892 Views
3 Replies
Message 1 of 4

Overkill, Audit, Purge all in one toolbar button

jduframe
Enthusiast
Enthusiast

Trying to create a Toolbar Button that would Overkill, Audit, & Purge entire Drawing with out all the extra steps,

starting with overkill I am not understanding, does it always need you to select objects?

 

was trying this: ^C^C_-overkill;all;

I think Purge would select entire drawing by doing a dash before command?  ^C^C_-Purge;a;*;n;

 Audit would be :    audit;y;

 

so would the Macro line in the button be as this:  ^C^C_-overkill;all;^C^C_-Purge;a;*;n;audit;y;

 

Capture.JPG

 

0 Likes
Accepted solutions (1)
893 Views
3 Replies
Replies (3)
Message 2 of 4

jduframe
Enthusiast
Enthusiast

think I got it, it appears to function and work

had to add couple more ; after the overkill

^C^C_-overkill;all;;;^C^C_-Purge;a;*;n;audit;y;

0 Likes
Message 3 of 4

jduframe
Enthusiast
Enthusiast

now I am wondering if the order of the commands is wrong? should audit happen before purging?

0 Likes
Message 4 of 4

pendean
Community Legend
Community Legend
Accepted solution

-PURGE that calls REGAPPS as well as "all", then AUDIT, then -PURGE again that calls "all", then -OVERKILL then -PURGE "all" again at the end, because as HELP says...

pendean_0-1655401040692.png

 

0 Likes