Supress popup during (command)

Discussion in 'AutoCAD' started by TCEBob, Jan 13, 2005.

  1. TCEBob

    TCEBob Guest

    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
     
    TCEBob, Jan 13, 2005
    #1
  2. Laurie Comerford, Jan 13, 2005
    #2
  3. TCEBob

    TCEBob Guest

    Ah. So.

    Thanks,
    rs

     
    TCEBob, Jan 14, 2005
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.