<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Alias for Compound Command in AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-alias-for-compound-command/m-p/6891017#M21809</link>
    <description>Yes,&lt;BR /&gt;&lt;BR /&gt;You can copy - paste the code to the Command window.&lt;BR /&gt;Just hit Return after the last parenthesis.&lt;BR /&gt;If everything is correct, you should see:&lt;BR /&gt;C:MEAD&lt;BR /&gt;at the command prompt.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
    <pubDate>Mon, 20 Feb 2017 18:19:01 GMT</pubDate>
    <dc:creator>maxim_k</dc:creator>
    <dc:date>2017-02-20T18:19:01Z</dc:date>
    <item>
      <title>Custom Alias for Compound Command</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-alias-for-compound-command/m-p/6890647#M21806</link>
      <description>&lt;P&gt;Creating a custom alias for a simple command is easy enough: &lt;SPAN&gt;&amp;nbsp;&amp;lt;Alias&amp;gt;,*&amp;lt;Full command name&amp;gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but how do I create an alias for a compound command, e.g. &amp;nbsp;&amp;lt;mead&amp;gt;,*&amp;lt;&lt;EM&gt;measuregeom [-distance]&amp;gt;&lt;/EM&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 15:56:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-alias-for-compound-command/m-p/6890647#M21806</guid>
      <dc:creator>bretwieseler</dc:creator>
      <dc:date>2017-02-20T15:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Alias for Compound Command</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-alias-for-compound-command/m-p/6890720#M21807</link>
      <description>Hi Bret,&lt;BR /&gt;&lt;BR /&gt;If you are using full AutoCAD (not LT), and you want an "alias" for command with options, than you can create simple AutoLISP routine which will create new alias like ccommand.&lt;BR /&gt;&lt;BR /&gt;In your case it will look like this:&lt;BR /&gt;&lt;BR /&gt;(defun C:MEAD ( / )&lt;BR /&gt;(command "_MEASUREGEOM" "_D")&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;After you will load this routine you will be able to use MEAD "alias" which will call MEASUREGEOM  command with Distance option.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Mon, 20 Feb 2017 16:14:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-alias-for-compound-command/m-p/6890720#M21807</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-02-20T16:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Alias for Compound Command</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-alias-for-compound-command/m-p/6890758#M21808</link>
      <description>&lt;P&gt;Thanks Maxim.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I able to load a lisp routine directly from the &amp;nbsp;command line?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 16:27:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-alias-for-compound-command/m-p/6890758#M21808</guid>
      <dc:creator>bretwieseler</dc:creator>
      <dc:date>2017-02-20T16:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Alias for Compound Command</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-alias-for-compound-command/m-p/6891017#M21809</link>
      <description>Yes,&lt;BR /&gt;&lt;BR /&gt;You can copy - paste the code to the Command window.&lt;BR /&gt;Just hit Return after the last parenthesis.&lt;BR /&gt;If everything is correct, you should see:&lt;BR /&gt;C:MEAD&lt;BR /&gt;at the command prompt.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Mon, 20 Feb 2017 18:19:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/custom-alias-for-compound-command/m-p/6891017#M21809</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-02-20T18:19:01Z</dc:date>
    </item>
  </channel>
</rss>

