All,
I have two preliminary routines called CA (CloseAll) and PA (PrintAll) tailored for my needs as following:
CloseAll:
(defun C:CA()
(setvar "TILEMODE" 1)
(command "._ZOOM" "_Extents")
(command "._PURGE" "all" "*" "No")
(command "._PURGE" "all" "*" "No")
(command "._PURGE" "all" "*" "N...