<?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 Command Combo in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/custom-command-combo/m-p/7262313#M216968</link>
    <description>&lt;P&gt;I got one part of the command combo to work..... the overkill portion works with this macro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^C^C-OVERKILL;ALL;;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble with the join part, when I input "all" to select all it gives me "invalid selection"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the join macro I have is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^C^C_JOIN;ALL;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2017 20:25:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-28T20:25:36Z</dc:date>
    <item>
      <title>Custom Command Combo</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-command-combo/m-p/7261252#M216965</link>
      <description>&lt;P&gt;Hello all, I'm looking to create a custom command combo that will run the OVERKILL command and the JOIN command with a single operation.&amp;nbsp; I've already created a new command, but when I try to combine the macros for each command it will do one or the other, but not both.&amp;nbsp; Any ideas on how to accomplish this?? Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 13:38:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-command-combo/m-p/7261252#M216965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-28T13:38:01Z</dc:date>
    </item>
    <item>
      <title>Betreff: Custom Command Combo</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-command-combo/m-p/7261326#M216966</link>
      <description>I cant see your code, so we cant know what object selection and overkill option you use.&lt;BR /&gt;&lt;BR /&gt;Menumacro, ActionMacro? Script, Vba, .Net?&lt;BR /&gt;&lt;BR /&gt;Post your single solution, then we can help you.</description>
      <pubDate>Fri, 28 Jul 2017 13:57:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-command-combo/m-p/7261326#M216966</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2017-07-28T13:57:09Z</dc:date>
    </item>
    <item>
      <title>Betreff: Custom Command Combo</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-command-combo/m-p/7261339#M216967</link>
      <description>&lt;P&gt;I'm probably going about this all wrong.&amp;nbsp; Please note that I'm using LT version software, if that changes things.&amp;nbsp; Attached is a screenshot of the new command.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:01:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-command-combo/m-p/7261339#M216967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-28T14:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Command Combo</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-command-combo/m-p/7262313#M216968</link>
      <description>&lt;P&gt;I got one part of the command combo to work..... the overkill portion works with this macro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^C^C-OVERKILL;ALL;;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble with the join part, when I input "all" to select all it gives me "invalid selection"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the join macro I have is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^C^C_JOIN;ALL;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 20:25:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-command-combo/m-p/7262313#M216968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-28T20:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Command Combo</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-command-combo/m-p/7262330#M216969</link>
      <description>&lt;P&gt;I got it figured out &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; I used PEDIT to get it to work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^C^C-OVERKILL;ALL;;;_PEDIT;M;ALL;;J;;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this worked like a charm&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 20:41:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-command-combo/m-p/7262330#M216969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-28T20:41:12Z</dc:date>
    </item>
  </channel>
</rss>

