i'm currently making a pull down for all my blocks and starting thinking to myself why not add all my custom lisp routines as well. how would i code that? for instance how could i make it activate this lisp through my menu (defun C:QD () (command "DIST" "NEA" pause "PER") ) here is a portion of the menu ***MENUGROUP=NK ***POP1 [NK] [->Lisp] thanks all!!!