- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, everyone.
Trying to create a simple routine that will run a set of actions before closing the drawing. If I do it all from the command line and get to the point of closing the drawing we can just type "close" and AutoCAD will nicely display a dialog box asking if we want to save the drawing.
However, I tried the simple routine (command "CLOSE") and, instead of that dialog box, it displays the question in the command line instead. Moreover, the answer is backwards: for the dialog box "yes" means "save the drawing", for the command line version "yes" means "do NOT save the drawing".
I searched around but couldn't find the solution...
Does anyone know how to create a lisp routine that uses the normal "close" command and displays the normal "close" dialog box?
Thanks
Solved! Go to Solution.