<?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: Always Netload a dll without going through the selection dialog in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10987046#M13514</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Below are exerts&amp;nbsp;from one of the &lt;A href="http://Use%20the Startup Suite in AutoCAD's Application Loader to always call the plug-in or DLL at startup. Create a LSP file which calls the file in question. Place the LSP file into a folder on your computer. Add that folder location to the Trusted Locations section of the Files tab, within AutoCAD's Options. Launch AutoCAD. Use NETLOAD to load the DLL file in question. Run APPLOAD. Click the Contents button in the Startup Suite. Click Add and browse to the folder where you saved the LSP file.  Now, when AutoCAD is launched, the LSP in the Startup Suite will call the DLL file specified within the LSP file." target="_blank" rel="noopener"&gt;post&lt;/A&gt; as below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Use the Startup Suite in AutoCAD's Application Loader to always call the plug-in or DLL at startup.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a LSP file which calls the file in question.&lt;/LI&gt;&lt;LI&gt;Place the LSP file into a folder on your computer.&lt;/LI&gt;&lt;LI&gt;Add that folder location to the Trusted Locations section of the Files tab, within AutoCAD's Options.&lt;/LI&gt;&lt;LI&gt;Launch AutoCAD.&lt;/LI&gt;&lt;LI&gt;Use NETLOAD to load the DLL file in question.&lt;/LI&gt;&lt;LI&gt;Run APPLOAD.&lt;/LI&gt;&lt;LI&gt;Click the Contents button in the Startup Suite.&lt;/LI&gt;&lt;LI&gt;Click Add and browse to the folder where you saved the LSP file.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Now, when AutoCAD is launched, the LSP in the Startup Suite will call the DLL file specified within the LSP file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;With above the DLL shall be loaded every time&amp;nbsp;you start Autocad, you only have to type the command you intend to execute.............. All the best.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 06 Mar 2022 14:48:00 GMT</pubDate>
    <dc:creator>NGVBA</dc:creator>
    <dc:date>2022-03-06T14:48:00Z</dc:date>
    <item>
      <title>Always Netload a dll without going through the selection dialog</title>
      <link>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10971230#M13508</link>
      <description>&lt;P&gt;Here's something I find exceptionally annoying: when I Netload, I will need to select my Dll, OVER and OVER again from a file dialog box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anyway I can always netload a particular dll for a particular version of Autodesk product?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to copy and paste "netload %myfilepath%" into the command line, but it doesn't work, some other random commands get invoked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 06:36:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10971230#M13508</guid>
      <dc:creator>soonhui</dc:creator>
      <dc:date>2022-02-25T06:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Always Netload a dll without going through the selection dialog</title>
      <link>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10971244#M13509</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Use a LISP expression:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="lisp"&gt;(command "NETLOAD" %YourFilePath%)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: with LISP the backslash (\) is the escape character, so you have to replace each backslash in the file path with a double backslash (\\) or a simple slash (/).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 07:01:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10971244#M13509</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-02-25T07:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Always Netload a dll without going through the selection dialog</title>
      <link>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10971281#M13510</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My plugin is in .Net, so loading a lisp command won't clash with it?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 07:11:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10971281#M13510</guid>
      <dc:creator>soonhui</dc:creator>
      <dc:date>2022-02-25T07:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Always Netload a dll without going through the selection dialog</title>
      <link>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10971296#M13511</link>
      <description>&lt;P&gt;I understood your app is in .NET (NETLOAD).&lt;/P&gt;
&lt;P&gt;You do not have to load a LISP, just paste a LISP expression in the command line, this will avoid the dialog to open.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 07:28:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10971296#M13511</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-02-25T07:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Always Netload a dll without going through the selection dialog</title>
      <link>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10972974#M13512</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe I miss something but when I paste the string&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(command "NETLOAD" "C:\Documents\mydll.dll")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;verbatim in the command line, it simply doesn't work. Is there a guide somewhere on how to paste the lisp string correctly in the AutoCAD command line?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 03:29:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10972974#M13512</guid>
      <dc:creator>soonhui</dc:creator>
      <dc:date>2022-02-26T03:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Always Netload a dll without going through the selection dialog</title>
      <link>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10973004#M13513</link>
      <description>&lt;P&gt;You did not read&amp;nbsp;@Anonymous' first reply carefully:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should be either&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(command "NETLOAD" "C:\\Documents\\mydll.dll")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(command "NETLOAD" "C:/Documents/mydll.dll")&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>Sat, 26 Feb 2022 04:46:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10973004#M13513</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2022-02-26T04:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Always Netload a dll without going through the selection dialog</title>
      <link>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10987046#M13514</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Below are exerts&amp;nbsp;from one of the &lt;A href="http://Use%20the Startup Suite in AutoCAD's Application Loader to always call the plug-in or DLL at startup. Create a LSP file which calls the file in question. Place the LSP file into a folder on your computer. Add that folder location to the Trusted Locations section of the Files tab, within AutoCAD's Options. Launch AutoCAD. Use NETLOAD to load the DLL file in question. Run APPLOAD. Click the Contents button in the Startup Suite. Click Add and browse to the folder where you saved the LSP file.  Now, when AutoCAD is launched, the LSP in the Startup Suite will call the DLL file specified within the LSP file." target="_blank" rel="noopener"&gt;post&lt;/A&gt; as below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Use the Startup Suite in AutoCAD's Application Loader to always call the plug-in or DLL at startup.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a LSP file which calls the file in question.&lt;/LI&gt;&lt;LI&gt;Place the LSP file into a folder on your computer.&lt;/LI&gt;&lt;LI&gt;Add that folder location to the Trusted Locations section of the Files tab, within AutoCAD's Options.&lt;/LI&gt;&lt;LI&gt;Launch AutoCAD.&lt;/LI&gt;&lt;LI&gt;Use NETLOAD to load the DLL file in question.&lt;/LI&gt;&lt;LI&gt;Run APPLOAD.&lt;/LI&gt;&lt;LI&gt;Click the Contents button in the Startup Suite.&lt;/LI&gt;&lt;LI&gt;Click Add and browse to the folder where you saved the LSP file.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Now, when AutoCAD is launched, the LSP in the Startup Suite will call the DLL file specified within the LSP file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;With above the DLL shall be loaded every time&amp;nbsp;you start Autocad, you only have to type the command you intend to execute.............. All the best.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2022 14:48:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/always-netload-a-dll-without-going-through-the-selection-dialog/m-p/10987046#M13514</guid>
      <dc:creator>NGVBA</dc:creator>
      <dc:date>2022-03-06T14:48:00Z</dc:date>
    </item>
  </channel>
</rss>

