I have an existing routine called XX. How can I create a new routine, called FF that does the following: (defun C:FF () (command "._fillet" "r" "0") (command "._fillet") ***Now I want to run the XX routine*** (prince) ) Thanks!