Help with menus. Someone??

Discussion in 'AutoCAD' started by Lobo, Nov 10, 2004.

  1. Lobo

    Lobo Guest

    Hello Again
    drawings, !in the support carpet??. maybe??
    I'll appreciate any help even if anyone can send a little sample of the menu
    text where the blocks insertion appears.
     
    Lobo, Nov 10, 2004
    #1
  2. Lobo

    Walt Engle Guest

    You can put your "block" (drawings, really) in any folder you want - as long as
    you list the folder in the search file path.
     
    Walt Engle, Nov 10, 2004
    #2
  3. Lobo

    Dommy2Hotty Guest

    Check back to your first post about this...I replied...

    Here is a sample of my menu code:
    Code:
    [Square Footage Table]^C^C^C-insert;*Z:/Blocks/X-SQUARE_FOOTAGE;\;;
    Let me break that down for you...
    Code:
    The part you'll see on the pulldown
    [Square Footage Table]
    
    The macro for inserting an exploded block (the * before the block
    name means it will be exploded upon insertion).  The block is stored on the Z:\ drive in the Blocks folder.
    
    ^C^C^C-insert;*Z:/Blocks/X-SQUARE_FOOTAGE;\;;
    Hope that helped
     
    Dommy2Hotty, Nov 10, 2004
    #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.