I created two lisps, and they worked fine. Then i started a new drawing and it tells me "assignment to protected symbol: C:AI_MOLE enter break loop" "yes" "no".
I am not sure where it came from, but i think i started with the second lisp i created.
Code:(defun C:CA() (command "-purge" "all" "" "no") (command "-purge" "regapps" "" "no") (command "audit" "y") (command "qsave") (princ) (prompt "Your drawing is clean and saved") (princ) )