<?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: Automatically Load Lisp Routine Issues in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307689#M132455</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@BKKAr_drafter wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Autocad return this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(findfile "C:/POS_CAD_Standard/CAD/Support/POS.vlx")
"C:\\POS_CAD_Standard\\CAD\\Support\\POS.vlx"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Try &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(load (findfile "C:/POS_CAD_Standard/CAD/Support/POS.vlx"))&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Henrique&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2016 11:13:34 GMT</pubDate>
    <dc:creator>hmsilva</dc:creator>
    <dc:date>2016-05-04T11:13:34Z</dc:date>
    <item>
      <title>Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6305414#M132445</link>
      <description>&lt;P&gt;I created an .exe file that extract&amp;nbsp;acad.lsp file in Autocad Directory&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;%appdata%\Autodesk\AutoCAD 2014\R19.1\enu\support&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and it extract another folders and files in &lt;FONT color="#FF0000"&gt;C:/CAD/....&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;in acad.lisp file&amp;nbsp;(&lt;FONT color="#FF0000"&gt;load "C:/CAD/Support/POS.vlx")&lt;/FONT&gt; the &lt;FONT color="#FF0000"&gt;pos.vlx&lt;/FONT&gt; file it extract by&amp;nbsp;.exe&lt;/P&gt;&lt;P&gt;but not loaded Automatically&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 11:19:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6305414#M132445</guid>
      <dc:creator>CAD-Geek</dc:creator>
      <dc:date>2016-05-03T11:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6305486#M132446</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@BKKAr_drafter wrote:&lt;BR /&gt;
&lt;P&gt;I created an .exe file that extract&amp;nbsp;acad.lsp file in Autocad Directory&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;%appdata%\Autodesk\AutoCAD 2014\R19.1\enu\support&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;and it extract another folders and files in &lt;FONT color="#ff0000"&gt;C:/CAD/....&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;in acad.lisp file&amp;nbsp;(&lt;FONT color="#ff0000"&gt;load "C:/CAD/Support/POS.vlx")&lt;/FONT&gt; the &lt;FONT color="#ff0000"&gt;pos.vlx&lt;/FONT&gt; file it extract by&amp;nbsp;.exe&lt;/P&gt;
&lt;P&gt;but not loaded Automatically&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi BKKAr_drafter,&lt;/P&gt;
&lt;P&gt;AutoCAD will load the first acad.lsp file &lt;SPAN&gt;found.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Will load only&amp;nbsp;in the first dwg, if ACADLSPASDOC = 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Test if the new acad.lsp file is the one AutoCAD finds&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(if (findfile "acad.lsp")
    (startapp "notepad" (findfile "acad.lsp"))
)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps, &lt;BR /&gt;Henrique&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 12:07:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6305486#M132446</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2016-05-03T12:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6306480#M132447</link>
      <description>if i understand you right.&lt;BR /&gt;i add your code into my acad.lsp&lt;BR /&gt;again it also don't work</description>
      <pubDate>Tue, 03 May 2016 18:58:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6306480#M132447</guid>
      <dc:creator>CAD-Geek</dc:creator>
      <dc:date>2016-05-03T18:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6306550#M132448</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@BKKAr_drafter wrote:&lt;BR /&gt;if i understand you right.&lt;BR /&gt;i add your code into my acad.lsp&lt;BR /&gt;again it also don't work&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No, just copy/paste that bit of code in the command line, it will open the acad.lsp AutoCAD finds, or nil if none...just for testing...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Henrique&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 19:31:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6306550#M132448</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2016-05-03T19:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6306582#M132449</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@BKKAr_drafter wrote:&lt;BR /&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;....&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;in acad.lisp file&amp;nbsp;(&lt;FONT color="#ff0000"&gt;load "C:/CAD/Support/POS.vlx")&lt;/FONT&gt; the &lt;FONT color="#ff0000"&gt;pos.vlx&lt;/FONT&gt; file it extract by&amp;nbsp;.exe&lt;/P&gt;
&lt;P&gt;but not loaded Automatically&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If that (load) function is in &lt;STRONG&gt;acad.lsp&lt;/STRONG&gt;, with ACADLSPASDOC set to the default value of&amp;nbsp;&lt;EM&gt;0&lt;/EM&gt;, it will [as &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977"&gt;@hmsilva&lt;/a&gt; pointed out]&amp;nbsp;load only in the &lt;EM&gt;first&lt;/EM&gt; drawing when AutoCAD is opened, but &lt;EM&gt;not&lt;/EM&gt; in later drawings you open in the same AutoCAD session.&amp;nbsp; Is that what happens?&amp;nbsp; Or does it not load even in the first drawing?&amp;nbsp; That's what &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977"&gt;@hmsilva&lt;/a&gt;'s suggestion is to&amp;nbsp;test for, by opening the one that it finds if there's more than one, so you can check whether it is the one that contains the (load) function.&amp;nbsp; It's not something you should add to your&amp;nbsp;file(s) anywhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it loads in the first drawing only, but you want it to load in &lt;EM&gt;every&lt;/EM&gt; drawing, either change ACADLSPASDOC to &lt;STRONG&gt;&lt;EM&gt;1&lt;/EM&gt;&lt;/STRONG&gt; to make it do that, or [what most people do instead] put that (load) function into your &lt;STRONG&gt;acad&lt;FONT color="#ff0000"&gt;doc&lt;/FONT&gt;.lsp&lt;/STRONG&gt; file.&amp;nbsp; If you don't have one, make one, even if that's the only thing in it -- you'll find other things to put in it.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 19:43:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6306582#M132449</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-05-03T19:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6306824#M132450</link>
      <description>&lt;P&gt;there is my acad.lsp&lt;/P&gt;&lt;P&gt;the issue is the Profile (cad_user) load well but the POS.vlx not load&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977" target="_blank"&gt;@hmsilva&lt;/A&gt;&amp;nbsp;i test your code i restart&amp;nbsp;autocad and open multiple drawing and the code open acad.lsp well is that what you asking about ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;;Load Visual Lisp
(vl-load-com)
;Import the "CAD_User" Profile from the network
(vl-catch-all-apply 'vla-importprofile (list
(vla-get-profiles (vla-get-preferences (vlax-get-acad-object)))
"CAD User"
"C:/POS CAD Standard/CAD/Support/CAD_User.arg"
1)
)
;Set "CAD_User" Profile current
(vla-put-ActiveProfile (vla-get-Profiles (vla-get-Preferences (vlax-get-acad-object)))"CAD User")
;Set the "modemacro" sysvar to report the latest profile
(SETVAR "modemacro""POS")
(setvar "layereval"0)
(setvar "layernotify"0)
(setvar "dispsilh"1)
(setvar "intersectiondisplay"1)
(setvar "hideprecision"1)
(load "C:/POS CAD Standard/CAD/Support/POS.vlx")&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 May 2016 21:43:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6306824#M132450</guid>
      <dc:creator>CAD-Geek</dc:creator>
      <dc:date>2016-05-03T21:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6306894#M132451</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@BKKAr_drafter wrote:&lt;BR /&gt;
&lt;P&gt;there is my acad.lsp&lt;/P&gt;
&lt;P&gt;the issue is the Profile (cad_user) load well but the POS.vlx not load&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977"&gt;@hmsilva&lt;/a&gt;&amp;nbsp;i test your code i restart&amp;nbsp;autocad and open multiple drawing and the code open acad.lsp well is that what you asking about ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, that was what&amp;nbsp;I was&amp;nbsp;asking.&lt;/P&gt;
&lt;P&gt;How there are spaces in the path, try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(load "\"C:/POS CAD Standard/CAD/Support/POS.vlx\"")&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps, &lt;BR /&gt;Henrique&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 22:32:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6306894#M132451</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2016-05-03T22:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307538#M132452</link>
      <description>&lt;P&gt;I replace the spaces with (_) and load failed&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/236922iF0E4CE063814E531/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="load.JPG" title="load.JPG" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 09:13:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307538#M132452</guid>
      <dc:creator>CAD-Geek</dc:creator>
      <dc:date>2016-05-04T09:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307626#M132453</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@BKKAr_drafter wrote:&lt;BR /&gt;
&lt;P&gt;I replace the spaces with (_) and load failed&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="load.JPG" alt="load.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/236922iF0E4CE063814E531/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you copy/paste&lt;/P&gt;
&lt;PRE&gt;(findfile "C:/POS_CAD_Standard/CAD/Support/POS.vlx")&lt;/PRE&gt;
&lt;P&gt;in the command line, &lt;SPAN class="alt-edited"&gt;what&lt;/SPAN&gt; &lt;SPAN&gt;is the return?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Henrique&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 10:26:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307626#M132453</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2016-05-04T10:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307684#M132454</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Autocad return this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(findfile "C:/POS_CAD_Standard/CAD/Support/POS.vlx")
"C:\\POS_CAD_Standard\\CAD\\Support\\POS.vlx"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 11:11:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307684#M132454</guid>
      <dc:creator>CAD-Geek</dc:creator>
      <dc:date>2016-05-04T11:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307689#M132455</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@BKKAr_drafter wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Autocad return this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(findfile "C:/POS_CAD_Standard/CAD/Support/POS.vlx")
"C:\\POS_CAD_Standard\\CAD\\Support\\POS.vlx"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Try &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(load (findfile "C:/POS_CAD_Standard/CAD/Support/POS.vlx"))&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Henrique&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 11:13:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307689#M132455</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2016-05-04T11:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307746#M132456</link>
      <description>&lt;P&gt;I tried your code and again&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/236953i12F4F1A70FD38892/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="load.JPG" title="load.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977"&gt;@hmsilva﻿&lt;/a&gt;&amp;nbsp;this is the pos.vlx properies&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/236954i0D2B70F50CCDC2EB/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 11:47:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307746#M132456</guid>
      <dc:creator>CAD-Geek</dc:creator>
      <dc:date>2016-05-04T11:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307758#M132457</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@BKKAr_drafter wrote:&lt;BR /&gt;
&lt;P&gt;I tried your code and again&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="load.JPG" alt="load.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/236953i12F4F1A70FD38892/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Weird&lt;/SPAN&gt;....&lt;/P&gt;
&lt;P&gt;With appload command, &lt;SPAN&gt;can you load POS.vlx file?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Henrique&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 11:59:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307758#M132457</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2016-05-04T11:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307812#M132458</link>
      <description>Yes i can load it by appload and that's is make me mad&lt;BR /&gt;When i tried to copy POS.vlx file the original one and paste it it (c:\pos_cad_standard\.....) and run load code it's loaded well too</description>
      <pubDate>Wed, 04 May 2016 12:21:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307812#M132458</guid>
      <dc:creator>CAD-Geek</dc:creator>
      <dc:date>2016-05-04T12:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307822#M132459</link>
      <description>I had a doubt the Properties of pos.vlx file (Read only and hidden)</description>
      <pubDate>Wed, 04 May 2016 12:25:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6307822#M132459</guid>
      <dc:creator>CAD-Geek</dc:creator>
      <dc:date>2016-05-04T12:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6308065#M132460</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@BKKAr_drafter wrote:&lt;BR /&gt;I had a doubt the Properties of pos.vlx file (Read only and hidden)&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I made that path im my box, file Read only and Hidden, and the vlx file loads &lt;SPAN&gt;as expected...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;IMG title="pos_vlx.PNG" alt="pos_vlx.PNG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/236989iC8ED6D15D03D9F85/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Henrique&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 13:34:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6308065#M132460</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2016-05-04T13:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6308117#M132461</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;If it finds the file, but loading it fails, it seems there must be something wrong in the file itself. &amp;nbsp;One other thing you can try to find out: &amp;nbsp;rather than doing it in a (load) function, try the APPLOAD command, navigate to the file location, and Load it.&lt;/STRIKE&gt;&amp;nbsp; &lt;FONT color="#999999"&gt;[Never mind -- didn't see some subsequent messages.]&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 13:50:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6308117#M132461</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-05-04T13:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Load Lisp Routine Issues</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6393094#M132462</link>
      <description>&lt;P&gt;Hi BKKAr_drafter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i understand your post correctly (and correct me if i'm wrong) - are you trying to load multiple custom LISP routines at once or as they are invoked?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, have you tried creating an ACADDOC file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see my example of an ACADDOC file attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bevan&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 10:38:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-load-lisp-routine-issues/m-p/6393094#M132462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T10:38:04Z</dc:date>
    </item>
  </channel>
</rss>

