im trying to search all cuix
identify each cuix loaded
remove unknown cuix in the users pc
several users create a different cuix that i want to remove from each users pc
some time they download someone elses cuix and load it in autocad but our company wants them all removed
(defun identifycuix()
(findfile cuix "search users pc)
(foreach cuix unknown
sample:
(if (/= (menugroup "MEC2005") nil)
(command "_MENUUNLOAD" "MEC2005")
); end if
(alist "acad" "express")
(if cuix exist keep it from alist
(if cuix is unlknown remove it
thank you