<?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: AutoCAD 2011 .net Win X64 unknown command when run from script in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386283#M56581</link>
    <description>&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just tried adding the message.&amp;nbsp; It does display but then same result.&amp;nbsp; I really want to run my command in a batch mode from the command line and not interactively.&amp;nbsp; Is there a better way than the script calling the .net command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have loaded before on startup. no joy there either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: netload&lt;/P&gt;&lt;P&gt;Assembly file name: C:\Work\PDF_Batch\PDF_Creator\bin\Debug\PDF_Creator.dll&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;[Finished Initializing] MyCommand.dll is Successful &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;MyCommand&lt;/P&gt;&lt;P&gt;&amp;nbsp;Unknown command "MYCOMMAND".&amp;nbsp; Press F1 for help.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Mar 2012 20:32:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-26T20:32:22Z</dc:date>
    <item>
      <title>AutoCAD 2011 .net Win X64 unknown command when run from script</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386141#M56579</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I developed a .net plugin that works fine both interactively any via a .scr file in a 32 bit environment.&amp;nbsp; It was build in Win7 X64 environment with VS2008 and .net 3.5.&amp;nbsp; But it fails to load the command when run from&amp;nbsp;a script in my x64 environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then built a sample project using the AutoCAD .net Wizard and&amp;nbsp;get the same results using the "mycommand" and &amp;nbsp;"MySessionCmd".&amp;nbsp; It runs the script and commands correctly from VS debug mode with both dlls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From my searching it appears multiple threads are involved or its a .net 3.5 issue.&amp;nbsp; First error I recieved after reinstalling 2011 was the thread issue that was resolved&amp;nbsp;by adding "CommandFlags:Session"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Process Explorer" shows the dll loaded twice either interactively or via script run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See notes below.&amp;nbsp; Any assistance would be much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#008000"&gt;&lt;FONT size="2" color="#008000"&gt;// Application Session Command with localized name&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#2b91af"&gt;&lt;FONT size="2" color="#2b91af"&gt;CommandMethod&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;FONT size="2" color="#a31515"&gt;&lt;FONT size="2" color="#a31515"&gt;"MyGroup"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;, &lt;/FONT&gt;&lt;FONT size="2" color="#a31515"&gt;&lt;FONT size="2" color="#a31515"&gt;"MySessionCmd"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;, &lt;/FONT&gt;&lt;FONT size="2" color="#a31515"&gt;&lt;FONT size="2" color="#a31515"&gt;"MySessionCmdLocal"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;, &lt;/FONT&gt;&lt;FONT size="2" color="#2b91af"&gt;&lt;FONT size="2" color="#2b91af"&gt;CommandFlags&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.Modal | &lt;/FONT&gt;&lt;FONT size="2" color="#2b91af"&gt;&lt;FONT size="2" color="#2b91af"&gt;CommandFlags&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.Session)]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;public&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;void&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; MySessionCmd() &lt;/FONT&gt;&lt;FONT size="2" color="#008000"&gt;&lt;FONT size="2" color="#008000"&gt;// This method can have any name&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#2b91af"&gt;&lt;FONT size="2" color="#2b91af"&gt;String&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; str = &lt;/FONT&gt;&lt;FONT size="2" color="#a31515"&gt;&lt;FONT size="2" color="#a31515"&gt;"Hello - MySessionCmd"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#008000"&gt;&lt;FONT size="2" color="#008000"&gt;// Put your command code here&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILEDIA 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;PICKADD 1&lt;/P&gt;&lt;P&gt;PICKAUTO 0&lt;/P&gt;&lt;P&gt;CMDDIA 0&lt;/P&gt;&lt;P&gt;netload C:\Work\PDF_Batch\PDF_Creator\bin\Debug\PDF_Creator.dll&lt;/P&gt;&lt;P&gt;MySessionCmd delay FILEDIA 1 _QUIT N&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Progra~1\Autodesk\ACADM2~1\acad.exe /b "C:\Work\myprg\135788-0-23.scr"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Console Output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Loading Mechanical modules.....&lt;/P&gt;&lt;P&gt;Loading Modeler DLLs.&lt;/P&gt;&lt;P&gt;Loader application completed Regenerating model.&lt;/P&gt;&lt;P&gt;AutoCAD menu utilities loaded. Command: FILEDIA&lt;/P&gt;&lt;P&gt;Enter new value for FILEDIA &amp;lt;0&amp;gt;: 0 Enter BACKSPACE to interrupt script.&lt;/P&gt;&lt;P&gt;Command: PICKADD&lt;/P&gt;&lt;P&gt;Enter new value for PICKADD &amp;lt;1&amp;gt;: 1&lt;/P&gt;&lt;P&gt;Command: PICKAUTO&lt;/P&gt;&lt;P&gt;Enter new value for PICKAUTO &amp;lt;0&amp;gt;: 0&lt;/P&gt;&lt;P&gt;Command: CMDDIA&lt;/P&gt;&lt;P&gt;Enter new value for CMDDIA &amp;lt;0&amp;gt;: 0&lt;/P&gt;&lt;P&gt;Command: netload Assembly file name: C:\Work\PDF_Batch\PDF_Creator\bin\Debug\PDF_Creator.dll&lt;/P&gt;&lt;P&gt;Command: MySessionCmd Unknown command "MYSESSIONCMD".&amp;nbsp; Press F1 for help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 19:13:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386141#M56579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-26T19:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2011 .net Win X64 unknown command when run from script</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386175#M56580</link>
      <description>&lt;P&gt;Why don't you have the DLL load on startup via registry flag.&lt;/P&gt;&lt;P&gt;(&lt;A href="http://forums.autodesk.com/t5/NET/Windows-7-NET-Security-Permission/m-p/3383589" target="_blank"&gt;http://forums.autodesk.com/t5/NET/Windows-7-NET-Security-Permission/m-p/3383589&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then skip the script thing. If you have the dll loaded twice yikes? that just sounds messy. No clue why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know whenever I have problems with commands not loading it's been one of two things.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The DLL was erroring out on a line somewhere in the startup or it's been a duplicate named command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Put a editor.writemessage statement to make sure your DLL is loading properly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; Public Sub Initialize() Implements Autodesk.AutoCAD.Runtime.IExtensionApplication.Initialize
editor.WriteMessage("&amp;lt;&amp;lt;[Finished Initializing] ClassAutocad2011.dll is Successful &amp;gt;&amp;gt;" &amp;amp; Environment.NewLine)
end Sub &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No expert here, may be out of my league. But I thought I'd chime in here and get&amp;nbsp;the conversation going.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 19:33:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386175#M56580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-26T19:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2011 .net Win X64 unknown command when run from script</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386283#M56581</link>
      <description>&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just tried adding the message.&amp;nbsp; It does display but then same result.&amp;nbsp; I really want to run my command in a batch mode from the command line and not interactively.&amp;nbsp; Is there a better way than the script calling the .net command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have loaded before on startup. no joy there either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: netload&lt;/P&gt;&lt;P&gt;Assembly file name: C:\Work\PDF_Batch\PDF_Creator\bin\Debug\PDF_Creator.dll&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;[Finished Initializing] MyCommand.dll is Successful &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;MyCommand&lt;/P&gt;&lt;P&gt;&amp;nbsp;Unknown command "MYCOMMAND".&amp;nbsp; Press F1 for help.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 20:32:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386283#M56581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-26T20:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2011 .net Win X64 unknown command when run from script</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386369#M56582</link>
      <description>&lt;P&gt;hi bob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem sounds vaguely familiar and i recall watching autodesk's intro on .net programming a milllion times. in there was a mentioning of the different command names and values depending on the different&amp;nbsp;sections of&amp;nbsp;autodesk's .net plug-in, which i understand you're using. in vs, double click mycommands.vb/mycommands.resx in the solution explorer to have a look and possibly change any values&amp;nbsp;of the associated command names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;slightly embarassing that now after telling you about it, i can't actually find the lab, not without downloading the corresponding .zip files anyway,&amp;nbsp;but i think it was one of the two under 'autocad .net labs' here &lt;A href="http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=1911627." target="_blank"&gt;http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=1911627.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i might be completely wrong with regards to your problem, but perhaps you find the labs interesting, if&amp;nbsp;nothing else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;felix&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 21:17:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386369#M56582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-26T21:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2011 .net Win X64 unknown command when run from script</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386409#M56583</link>
      <description>&lt;P&gt;Hi Felix,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried that link.&amp;nbsp; Was not found and took me to main AutoCad page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a bunch of references to uninstalling .net&amp;nbsp; and re-installing from autoCAD media.&amp;nbsp; Was that it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 22:00:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386409#M56583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-26T22:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2011 .net Win X64 unknown command when run from script</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386523#M56584</link>
      <description>&lt;P&gt;i apologise, i tried the link i posted and get the same result, 'page not found'. after many frustrating tries, i think the reason is that the&amp;nbsp;punctuation at the end of my sentence has somehow become part of the addess and&amp;nbsp;corrupted the link. this should work better:&amp;nbsp;&lt;A href="http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=1911627" target="_blank"&gt;http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=1911627&lt;/A&gt;&lt;/P&gt;&lt;P&gt;sorry again&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 00:14:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386523#M56584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-27T00:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2011 .net Win X64 unknown command when run from script</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386573#M56585</link>
      <description>&lt;P&gt;Felix,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp; Got them.&amp;nbsp; Will review.&amp;nbsp; Loaded trial copy on different system same results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you ever try and batch process with AutoCAD without GUI.&amp;nbsp; Best way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 01:32:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386573#M56585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-27T01:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2011 .net Win X64 unknown command when run from script</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386609#M56586</link>
      <description>&lt;P&gt;i haven't actually&amp;nbsp;come across&amp;nbsp;batch processing at all. (the bottom line in your initial post reminded me of problems i encountered when i used the plug-in template for the first time, always with the manual 'netload' though.)&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 02:29:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386609#M56586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-27T02:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2011 .net Win X64 unknown command when run from script</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386895#M56587</link>
      <description>&lt;P&gt;Felix,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found a workaround.&amp;nbsp; If I run my script throught ScriptPro via its command line options.&amp;nbsp; It finds the .net command and runs it.&amp;nbsp; Will need to see how ScriptPro is able to manage the threads and find the command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But even a lisp routine I was given to use as a base failed when initiated from a script in x64 Win 7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All work fine in Win 32 environments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 11:07:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3386895#M56587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-27T11:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2011 .net Win X64 unknown command when run from script</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3387757#M56588</link>
      <description>&lt;P&gt;Awesome glad you got it working!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 18:22:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2011-net-win-x64-unknown-command-when-run-from-script/m-p/3387757#M56588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-27T18:22:00Z</dc:date>
    </item>
  </channel>
</rss>

