;Edit *.OUT files ; (defun c:edout ( / ) (setq edfil (getfiled "Edit Text File" (getvar"dwgprefix") "out" 4)) (if (= 1 edfil) (setq edstr "NE UNNAMED.OUT") (setq edstr (strcat "NE " edfil)) );IF (command ".sh" edstr) );defun