Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: command alias

  1. #11
    I could stop if I wanted to
    Join Date
    2002-02
    Location
    Kansas
    Posts
    487
    Login to Give a bone
    0

    Default Re: command alias

    Quote Originally Posted by chrisw.94380
    It doesn't show the command name and when I bring up the text window it does not do it either. It seems as though commands that are specifically for land desktop do not have a command name that I can find. Is there a way to define a command without knowing the original command if there is one. Or another way to run that command in a lisp routine. thank you
    check the MENUECHO System Variable

    Type: Integer
    Not saved
    Initial value: 0

    Sets menu echo and prompt control bits. The value is the sum of the following:
    1 Suppresses echo of menu items (^P in a menu item toggles echoing)

    2 Suppresses display of system prompts during menu

    4 Disables ^P toggle of menu echoing

    8 Displays input/output strings; debugging aid for DIESEL macros

  2. #12
    100 Club matt.worland's Avatar
    Join Date
    2015-12
    Location
    Denver, CO USA
    Posts
    174
    Login to Give a bone
    0

    Default Re: command alias

    Quote Originally Posted by chrisw.94380
    ^C^C^C^P(er_mnl)(zz_sdsk '(er_grdplnslp));LDD

    This is what it says when I go to button properties in the customize menu. The other commands that I am looking at also have this same format more or less. This part is listed in macro associated with this button.
    I am not sure what these commands do but, you should be able to paste this (er_mnl)(zz_sdsk '(er_grdplnslp)) at the command line and get your command to run. Maybe someone else in here uses LDD and can explain another way to run this command or acheive the same results as what this command does.

    Here are some links similar to yours
    http://discussion.autodesk.com/threa...hreadID=398551
    http://discussion.autodesk.com/threa...hreadID=331509

    This might give you some insight on how to work with these commands.

  3. #13
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    0

    Default Re: command alias

    Quote Originally Posted by mathew.worland
    I am not sure what these commands do but, you should be able to paste this (er_mnl)(zz_sdsk '(er_grdplnslp)) at the command line and get your command to run. Maybe someone else in here uses LDD and can explain another way to run this command or acheive the same results as what this command does.

    Here are some links similar to yours
    http://discussion.autodesk.com/threa...hreadID=398551
    http://discussion.autodesk.com/threa...hreadID=331509

    This might give you some insight on how to work with these commands.
    They look like they are lisp routines already, and they may not allow additional input through lisp to run. Some lisp commands do not allow input through lisp (ie getXXX commands).
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Create New Command Alias
    By robdg in forum AutoLISP
    Replies: 2
    Last Post: 2011-12-22, 06:42 PM
  2. 2012: Command Alias Problem
    By jproctor51 in forum AutoCAD General
    Replies: 3
    Last Post: 2011-10-20, 04:54 PM
  3. Command alias repeat on the command line
    By rbilger in forum AutoCAD General
    Replies: 8
    Last Post: 2011-08-18, 09:47 PM
  4. Command Alias Editor
    By gadjet in forum AutoCAD Civil 3D - General
    Replies: 0
    Last Post: 2009-05-29, 02:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •