;;;Edit *.C files ;;; (defun c:edc ( / ) (setq edfil (getfiled "Edit *.C File" "C:/ACAD/ADS/" "C" 4)) (if (= 1 edfil) (setq edstr "NE UNNAMED.C") (setq edstr (strcat "NE " edfil)) );IF (command ".sh" edstr) );defun