acad.lsp

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

  1. BobBuilder

    BobBuilder Guest

    Hi,

    I am using this in my acad.lsp:-

    (if (not (menugroup "Bob"))
    (progn
    (command "menuload" "C:/Menu/mymneu.mns") ;;only loads mns file and doesn't
    rebuild mnu everytime
    (menucmd "P1=+Bob.pop1")
    )
    )

    How do i tell is whre to locate the Bob pull down menu, at the moment it puts it before file?

    Cheers

    Bob T.
     
    BobBuilder, Dec 23, 2003
    #1
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.