ACAD menu file

Discussion in 'AutoCAD' started by Bryan Duffel, Mar 28, 2005.

  1. Bryan Duffel

    Bryan Duffel Guest

    Good morning all
    I am trying to do a few custom things to my menu file, nothing major. I want
    to know if there is a way to get the acad.mnu to register an 'enter' without
    damaging the exiting data. This is in relation to the right-click context
    menus:

    ID_Excel [&Excel]^c^c_start excel

    After the 'excel', I want acad to just start the excel program, without
    prompting me to hit enter. It runs the start command without any problems
    and will set the word 'excel' where it needs to be; effectively, it just
    won't 'hit enter' the way I want it to. I tried adding a space to it and
    that did not work, though it worked when I did it for the 'fillet' command
    (I added 'u' to the end of the code string to set it up for multiple
    fillet).

    If you have any ideas as to what I can do to get over this little bump, I'd
    appreciate it.

    Bryan
     
    Bryan Duffel, Mar 28, 2005
    #1
  2. Bryan Duffel

    Walt Engle Guest

    Not sure but try this:

    ID_Excel [&Excel]^c^c_start excel;

    The semi-colon is the same as an enter key stroke.
     
    Walt Engle, Mar 28, 2005
    #2
  3. Bryan Duffel

    ECCAD Guest

    Couple of variations to try:
    ^c^c(command "_start" "excel")
    or
    ^c^c_start excel;
    Note the ";" at the end.
    Bob
     
    ECCAD, Mar 28, 2005
    #3
  4. Bryan Duffel

    Bryan Duffel Guest

    Thanks guys. Worked like a champ.

    Bryan
     
    Bryan Duffel, Mar 28, 2005
    #4
  5. Bryan Duffel

    ECCAD Guest

    You are very welcome.
    Bob
     
    ECCAD, Mar 28, 2005
    #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.