Print Page | Close Window

Lisp Found Here - Adjustment Needed

Printed From: CAD Forum
Category: EN
Forum Name: CAD - general
Forum Description: General discussion about CAD, formats, standards, management, licensing, networking, harware, other CAD applications
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11478
Printed Date: 03.Jul.2026 at 04:00


Topic: Lisp Found Here - Adjustment Needed
Posted By: caxtin
Subject: Lisp Found Here - Adjustment Needed
Date Posted: 16.Nov.2015 at 23:51
Windows 7 (64Bit)
AutoCAD 2016

Hello 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 any
one of them, regardless if any of the opened file was edited.  It ignores any
new 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 individual
SAVE action.  The one I currently have will automatically save and close all opened
files without prompting for the individual file.  However, the function will operate
and 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 supposed
to 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-tip7723" rel="nofollow - http://www.cadforum.cz/cadforum_en/how-to-quit-all-open-drawings-without-saving-tip7723

I hope I am in the correct forum section for this topic.
Thanks in advance.




Replies:
Posted By: Vladimir Michl
Date Posted: 19.Nov.2015 at 16:12
Just add one more QUIT. Or try QQUIT from Express Tools.

-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: caxtin
Date Posted: 20.Nov.2015 at 20:44
Originally posted by Vladimir Michl Vladimir Michl wrote:

Just add one more QUIT. Or try QQUIT from Express Tools.
 
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 currently
in while the rest of files closed without saving or prompting to save.
 
Thanks. 



Print Page | Close Window