;Edit *.LST files ; (defun c:edlst ( / ) (setq edfil (getfiled "Edit Text File" (getvar"dwgprefix") "lst" 0)) (if (= 1 edfil) (setq edstr "NE UNNAMED.LST") (setq edstr (strcat "NE " edfil)) );IF (command ".sh" edstr) );defun