Unload

Discussion in 'AutoCAD' started by BobBuilder, Dec 18, 2003.

  1. BobBuilder

    BobBuilder Guest

    Hi,

    I know how to unload a menu from the command line, but does anyone know how i could get a particular menu to unload when i close CAD or even when i start it?

    Cheers

    Bob T
     
    BobBuilder, Dec 18, 2003
    #1
  2. BobBuilder

    ECCAD Guest

    I use something like this, anywhere in Startup.

    (if (/= (menugroup "A2CUSTOM") nil)
    (command "_MENUUNLOAD" "A2CUSTOM")
    ); end if

    works for me.
    Bob Shaw
     
    ECCAD, Dec 18, 2003
    #2
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.