Display full version of the post: Lisp Found Here - Adjustment Needed

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.

Vladimir Michl
19.11.2015, 16:12

Just add one more QUIT. Or try QQUIT from Express Tools.

caxtin
20.11.2015, 20:44
[QUOTE=Vladimir Michl]
Just add one more QUIT. Or try QQUIT from Express Tools.[/QUOTE]
 Won't know where to add the extra "QUIT", The Express Tools function prompt to save the files. The one function I need with this Tip-7723 is to be able to still remain in any file I am currentlyin while the rest of files closed without saving or prompting to save. Thanks.