
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am searching for a way to get rid of the "Do you want to fix errors?" question within the audit command. The following is a line of LISP code that can do it:
(defun c:AU () (command "audit" "y"))
The issue with this code, is that while I always want to respond YES to the fix errors question, I also would like to see the info in the command line as AutoCAD processes all objects through both passes as the audit is happening. This code acts as if CAD is frozen until the audit is complete. This is not ideal, as some of the files that I am working with these days take ~10+ minutes to audit, and I like to see real time status.
Is there a way to rewrite this code to print out the audit processing information as the command is running?
Thank You,
Lucas
Solved! Go to Solution.