Here's the script: (defun c:qwb( / ) ;quick wblock (command "-wblock" (getvar "ctab") "" "0,0" "all" "") (command "No") (command "oops") ) Needed to output a bunch of layouts to file. I use LDT4 and the wblock command pops up a "Include Autodesk Map Info?" box, which I don't need but don't care, either. The (command "No") is intended to answer the box but doesn't. So how can I a) answer the box or b) make it go away? rs