Where Can I See AutoCAD Command Alias List?

 Where Can I See AutoCAD Command Alias List?

Command line is a very powerful feature in AutoCAD, and I don’t think replaceable. I know there are a lot of pros and cons about using command line in AutoCAD. Personally I like using shortcut key when using AutoCAD, but I found that it’s difficult for people who rely heavily on this when learning other CAD application.

But doesn’t matter. When you use AutoCAD, you’ll want to use it optimally right?

You can see and customize your aliases by accessing edit aliases in AutoCAD ribbon, manage tab, customization section.

Or if you use AutoCAD classic interface, you can access it from menu tool>customize>edit program parameters (acad.pgp)

edit aliases

This will open your acad.pgp file in text editor (by default it’s notepad).

 Where Can I See AutoCAD Command Alias List?

As you can see, this is a list of all your command aliases. Mine is default, so aliases for line is L. When I type L then [enter] will activate the line tool. Typing LA [enter] will open the layer manager. Etc.

AutoCAD commands don’t work like any other Windows applications. In Revit or Inventor, you simply type two character to activate a tool. No need to press [enter]. But in AutoCAD you can use single character, or more than two. MicroStation can do some similar key-in, but command line is not always have the input focus. Using command line in other application might not be as comfortable as in AutoCAD for AutoCAD users. I suggest you not depends on command line so much, unless you don’t plan to use other CAD applications.

You can edit the aliases and change them to what you want. After you finish, save this file. You might need to restart your AutoCAD after doing your modification. (Or you can run REINIT to reload your acad.pgp – thanks to Alex Serdakowski)

Updates

I have comments from Alex Serdakowski and Marty saying that there is another way to do this. We have to use express tool to do this. This tool name is Command Alias Editor. You can access it from menu: Express>Tools>Command Alias Editor.

aliaseditor thumb Where Can I See AutoCAD Command Alias List?

It’s a great tool that I missed. If you haven’t had express tools installed, then you can’t use this tool.

Where’s the Complete List of AutoCAD Command?

You can see the whole AutoCAD command in AutoCAD help file. See under command reference>commands.

AutoCAD commands

But do you really want to remember all of them? :)

Share this Post!


Rate This Post

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

About the Author

Application Engineer. Jakarta, Indonesia. 5+ years experience as CAD engineering application. AutoCAD, MicroStation, Inventor, Autodesk Revit Architecture 2010 certified professional, and certified CATIA part design specialist. Here are some topics I am currently focusing on

You might also interested to these posts:

  1. How to: See Your Complete AutoCAD System Variable List
    If you are going to do some customization in AutoCAD, then it’s unavoidable that you will have to change some system variables. I’m not good in customization. So having a...
  2. 4 Reasons to Love AutoCAD Dynamic Input
    Many AutoCAD users that have used AutoCAD since Acad 2005 or older don’t like dynamic input. I often receive questions about how to turn off this feature. To be honest,...
  3. Adding Command to Your Right Click
    We have discussed how to add new command to AutoCAD. We added our new command to Now let’s discuss how to add it to context menu. We want this command...