Hello,
I'm an AutoLISP newbie and I need to iterate through a folder of .DWG files, running a lisp on each file one at a time with no prompts to the user. Can this be done in AutoLISP? Here is the lisp that will be run on each file:
;delete_layers_except
(vl-load-com)
;(defun c:demo (...