caxtin
16.11.2015, 23:51
Windows 7 (64Bit)AutoCAD 2016Hello folks, I just found a code (LISP) I have been looking for a while now.The code is used to close all currently opened drawing files WITHOUT saving anyone of them, regardless if any of the opened file was edited. It ignores anynew changes and closes the affected file.MCLOSE is s function that closes all opened drawing files after saving them.All the above two functions are automatic (that is without prompting for individualSAVE action. The one I currently have will automatically save and close all openedfiles without prompting for the individual file. However, the function will operateand still leave the current drawing file opened.I found the function (below link) in this forum but would like it to do what it is supposedto do but still leave any file I am in, left alone and not close. This code closes everything.http://www.cadforum.cz/cadforum_en/how-to-quit-all-open-drawings-without-saving-tip7723I hope I am in the correct forum section for this topic.Thanks in advance.