Need Mnu file help. Digitizer block insert in 2004

Discussion in 'AutoCAD' started by Modat22, Apr 20, 2004.

  1. Modat22

    Modat22 Guest

    I'm trying to adapt my digitizer menu's from 14 to 2004, we use the
    digitizer to insert blocks at different scales.


    Example of what I used to use in R14:

    [A-1]*^C^C_INSERT;W:/PROJ/ESYM/EL1;INT;\1;;


    the above commands would insert a block named el1 from a network drive
    w:\proj\esym with the default osnap of intersection at a scale of 1

    This doesn't work with acad 2004, it just brings up the insert dialog
    box (I hate dialog boxes).

    Thanks in advance
     
    Modat22, Apr 20, 2004
    #1
  2. Modat22

    Jeff Guest

    place a "-" in front of commands that would normally bring up a dialogue to
    suppress the dialog.

    So, in place of ^C_INSERT use ^C_-INSERT

    Jeff
     
    Jeff, Apr 20, 2004
    #2
  3. Modat22

    Modat22 Guest

    Thanks, worked like a charm
     
    Modat22, Apr 20, 2004
    #3
  4. Modat22

    bob.at Guest

    Add a "-" befor the command:
    [A-1]*^C^C_-INSERT;W:/PROJ/ESYM/EL1;INT;\1;;

    bob.at
     
    bob.at, Apr 20, 2004
    #4
  5. Modat22

    Max Guest

    Alternatively in lisp command:

    (command "INSERT")

    Max



     
    Max, Apr 21, 2004
    #5
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.