How to execute -Overkill command in autocad using batch process.

How to execute -Overkill command in autocad using batch process.

Anonymous
Not applicable
1,998 Views
2 Replies
Message 1 of 3

How to execute -Overkill command in autocad using batch process.

Anonymous
Not applicable

Can u any have sample code for tht?Smiley Embarassed

 

0 Likes
1,999 Views
2 Replies
Replies (2)
Message 2 of 3

fenton_webb
Autodesk
Autodesk

Do you mean using LISP or SCR file or something else?




Fenton Webb
AutoCAD Engineering
Autodesk

0 Likes
Message 3 of 3

Anonymous
Not applicable

AcadApplication acApp = null;

acApp.ActiveDocument.SendCommand("-Overkill " + "All " + " " + "Ignore " + "All " + "D " + "qsave ");

i itself got it.

0 Likes