<?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: Merge Commands in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6281951#M285338</link>
    <description>&lt;P&gt;That is more informative. &amp;nbsp;So I assume that you want to say translate and have options such as german or other. &amp;nbsp;The branch would launch leo or coin.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;;;Rough code 

(defun c:translate ( / language)
   (initget "German Other")
   (setq language (getkword "\nWhich language? [German/Other]"))
   (if (= language "German")
      (command "Leotranslator")
      (command "Coinstranlator")
    )
 (princ)
)&lt;/PRE&gt;
&lt;P&gt;This assumes that the commands can be called by the command function. &amp;nbsp;They may need to be called by (c:leotranslator) and (c:cointranslator) or another name. &amp;nbsp;If they are not autoloaded, then they need to be manually loaded. &amp;nbsp;These issues are best discussed on a customization forum, not on an AutoCAD forum.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2016 13:51:10 GMT</pubDate>
    <dc:creator>dbroad</dc:creator>
    <dc:date>2016-04-20T13:51:10Z</dc:date>
    <item>
      <title>Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6256652#M285322</link>
      <description>&lt;P&gt;Hey Hi People,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just need to know via mentors wheather we can merge two or more commands in Autocad 2015?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes what is the procedure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 05:52:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6256652#M285322</guid>
      <dc:creator>piyush.parihar24</dc:creator>
      <dc:date>2016-04-07T05:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6258450#M285323</link>
      <description>&lt;P&gt;One possible way to do this&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3484964"&gt;@piyush.parihar24﻿&lt;/a&gt;&amp;nbsp;would be to utilize the &lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2017/ENU/AutoCAD-Core/files/GUID-FC7560BC-9367-49C2-A813-288AC89E8907-htm.html" target="_blank"&gt;Action Recorder&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please hit the Accept as Solution button if my post fully solves your issue or answers your question.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 21:24:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6258450#M285323</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-04-07T21:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6259481#M285324</link>
      <description>Which two commands are you trying to "merge"?&lt;BR /&gt;What is it you wish to accomplish?</description>
      <pubDate>Fri, 08 Apr 2016 12:44:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6259481#M285324</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2016-04-08T12:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6267499#M285325</link>
      <description>I want to merge " Coinstranlator" and " Leotranslator" As one command "Translator".</description>
      <pubDate>Wed, 13 Apr 2016 05:11:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6267499#M285325</guid>
      <dc:creator>piyush.parihar24</dc:creator>
      <dc:date>2016-04-13T05:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6267506#M285326</link>
      <description>Let me try once. If it helped out I will surely click accept solution button sir...</description>
      <pubDate>Wed, 13 Apr 2016 05:21:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6267506#M285326</guid>
      <dc:creator>piyush.parihar24</dc:creator>
      <dc:date>2016-04-13T05:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6271829#M285327</link>
      <description>&lt;P&gt;Hi&amp;nbsp;piyush.parihar24,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I am checking back to see if my post helped you with your problem. Please add a post with your results so other Forum users can benefit.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Please hit the Accept as Solution button if my post fully solves your issue or answers your question.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 21:08:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6271829#M285327</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-04-14T21:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6275846#M285328</link>
      <description>Action recorder not working in my case. Please suggest me different solution.</description>
      <pubDate>Mon, 18 Apr 2016 06:51:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6275846#M285328</guid>
      <dc:creator>piyush.parihar24</dc:creator>
      <dc:date>2016-04-18T06:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6276981#M285329</link>
      <description>&lt;P&gt;Good morning&amp;nbsp;piyush.parihar24,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not familiar with the commands that you are trying to "Merge". I tried creating a macro&amp;nbsp;that utilized two different commands (line and circle) and inserted prompts for user input. The macro appears to work fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share more information&amp;nbsp;(or send me the custom commands and a sample dwg as attachments) so that I can assist you further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please hit the Accept as Solution button if my post fully solves your issue or answers your question.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 15:35:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6276981#M285329</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-04-18T15:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6278387#M285330</link>
      <description>Actually "Coinstranslator" which converts Different language into Required language does nor properly work in case of german language.&lt;BR /&gt;For german translation people normally prefer "Leo Translator".&lt;BR /&gt;&lt;BR /&gt;I do have "Coinstranslator" and i am searching for specific german translator. Once i get both Application, I need to merge both application command into one. So that one command will translate all language the user required.&lt;BR /&gt;&lt;BR /&gt;I think John You are now clear what i exactly wanna do.</description>
      <pubDate>Tue, 19 Apr 2016 06:18:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6278387#M285330</guid>
      <dc:creator>piyush.parihar24</dc:creator>
      <dc:date>2016-04-19T06:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6278438#M285331</link>
      <description>Hey Dean Can you provide me proper technical German Converter Application which will run on Autocad just like Coinstranslator?</description>
      <pubDate>Tue, 19 Apr 2016 07:04:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6278438#M285331</guid>
      <dc:creator>piyush.parihar24</dc:creator>
      <dc:date>2016-04-19T07:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6279281#M285332</link>
      <description>&lt;P&gt;Good morning&amp;nbsp;piyush.parihar24,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since they are not native Autodesk applications I do not know how well they will behave using Macro's. I don't know how they hook into the program either so I can not offer further suggestions. Once you have them in place perhaps I can help you further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please hit the Accept as Solution button if my post fully solves your issue or answers your question.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:20:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6279281#M285332</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-04-19T14:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6279313#M285333</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3484964"&gt;@piyush.parihar24﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;This topic is better for one of the customization newsgroups since neither command is a built in AutoCAD command.&amp;nbsp; Your first post in the new thread should describe what the two commands are and how they are loaded into AutoCAD.&amp;nbsp; Your post should also describe how a choice of which translator to use would be triggered (based on localization or language detection).&amp;nbsp; I don't know of any free app that would work inside AutoCAD to automatically detect the source language but if a program could just ask a question like, "Which translator do you want to use?", the interface should be easy.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see any real productivity improvement though in your request.&amp;nbsp; Any command can be shortened by creating an alias and custom commands can be integrated into the ribbon.&amp;nbsp; A drafter who knows which translator to use should just enter the command they want to use.&amp;nbsp; Aliases or ribbon integration would be the best choice.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:29:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6279313#M285333</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2016-04-19T14:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6281095#M285334</link>
      <description>Good morning john,&lt;BR /&gt;&lt;BR /&gt;Coinstranslator is a Autodesk product, Leo translator is not. I am expecting some sort of German translator once it is through I will let you know two commands which I want to merge. Thank you for your help till date. Please be in contact till next post of mine for the same title. Cheers..!!</description>
      <pubDate>Wed, 20 Apr 2016 06:09:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6281095#M285334</guid>
      <dc:creator>piyush.parihar24</dc:creator>
      <dc:date>2016-04-20T06:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6281375#M285335</link>
      <description>Sir don't take my word wrong but Please go through all conversation once you will get the point what you are asking for..</description>
      <pubDate>Wed, 20 Apr 2016 08:47:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6281375#M285335</guid>
      <dc:creator>piyush.parihar24</dc:creator>
      <dc:date>2016-04-20T08:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6281774#M285336</link>
      <description>&lt;P&gt;I read all of your posts and stand by my statement. &amp;nbsp;This is an issue that cannot be solved by using menu macros or action recorder statements. &amp;nbsp;It requires some knowledge of how the two commands operate and how they would be merged. &amp;nbsp;In other words some branching would need to occur. The branching condition has not been well defined in the thread so far. &amp;nbsp;Are you translating to or from German? &amp;nbsp;Do you need to translate to other languages? &amp;nbsp;Where do you make the choice of translation? &amp;nbsp;You need some sort of flow chart in order to define the branching.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These kinds of issues are more likely to be solved by completely describing your problem in the customization newsgroup. &amp;nbsp;I would look for a German customization forum.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:57:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6281774#M285336</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2016-04-20T12:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6281838#M285337</link>
      <description>1. I want to translate German into English&lt;BR /&gt;2. I do have translator for other languages which is also a product of Autodesk called "Coinstranslator".&lt;BR /&gt;3. Choice of transaltion would be made in drawing ( AutoCAD ) itself.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Apart from these query I am stuck with one more problem that I am not getting proper German translator which supports AutoCAD just like Coinstranslator. Once I get that application. Then I need to merge these two commands namely coinstranslator and German translator combinely .</description>
      <pubDate>Wed, 20 Apr 2016 13:15:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6281838#M285337</guid>
      <dc:creator>piyush.parihar24</dc:creator>
      <dc:date>2016-04-20T13:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6281951#M285338</link>
      <description>&lt;P&gt;That is more informative. &amp;nbsp;So I assume that you want to say translate and have options such as german or other. &amp;nbsp;The branch would launch leo or coin.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;;;Rough code 

(defun c:translate ( / language)
   (initget "German Other")
   (setq language (getkword "\nWhich language? [German/Other]"))
   (if (= language "German")
      (command "Leotranslator")
      (command "Coinstranlator")
    )
 (princ)
)&lt;/PRE&gt;
&lt;P&gt;This assumes that the commands can be called by the command function. &amp;nbsp;They may need to be called by (c:leotranslator) and (c:cointranslator) or another name. &amp;nbsp;If they are not autoloaded, then they need to be manually loaded. &amp;nbsp;These issues are best discussed on a customization forum, not on an AutoCAD forum.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:51:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6281951#M285338</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2016-04-20T13:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Commands</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6283442#M285339</link>
      <description>OK once I get command I will try this script to merge them. Thank you for the help. Once my command is merged I will accept this as solution.</description>
      <pubDate>Thu, 21 Apr 2016 04:27:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/merge-commands/m-p/6283442#M285339</guid>
      <dc:creator>piyush.parihar24</dc:creator>
      <dc:date>2016-04-21T04:27:58Z</dc:date>
    </item>
  </channel>
</rss>

