Run macros from commandline
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
It's entirely possible I'm missing something here, but I've googled several variations on this problem and can't seem to figure out what.
From what I can tell there are two ways of creating simple "custom commands" in AutoCAD: Action Recorder, and Command Macros.
With Action Recorder, when I create a new Action Macro, whatever the name is can be run from the command line. So for example, I can type DRB and it runs my "draw order, back" action macro.
With Command Macros, such as this one from Insights ("Select and Erase Similar Objects"), it can be assigned to a button in the interface, or a keyboard shortcut, but I cannot seem to find a way to run it by name from the command line by typing a short command or name. Giving it a "command display name" such as "SSE" doesn't work, even though it seems like that would be the place to do it.
Now, for most of my purposes, Action Recorder is... fine. It's just fine. But command macros seem much more powerful and I'd like to start learning to use them. However the fact I can't seem to type them by name (in the same fashion as PLINE or QS) is really hanging up my workflow. I hate clicking buttons.
Is it possible to create a command macro such as
^C^C_.circle \5
and assign some kind of shortname to run it from the command line by typing?