Hi all, I have a current shortcut in the system to copy the face of a solid: (Defun c:CF () (command "solidedit" "face" "copy")) The annoying thing is that once you copied the face, you have to press enter twice to exit the command. I have tried to use pauses and (command "") at the end of the definition, but solidedit does not seem to reenter the lisp until I have exited the command. Any ideas on how to overcome this? Thanks in advance Dart