<?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: Auto-add paths to Support File Search Path in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7907656#M106694</link>
    <description>&lt;P&gt;yes, things seemed to get very complicated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what I originally wanted to what is currently being suggested is getting way too deep for what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate everyone's comments and suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
    <pubDate>Wed, 04 Apr 2018 13:37:34 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2018-04-04T13:37:34Z</dc:date>
    <item>
      <title>Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7897377#M106680</link>
      <description>&lt;P&gt;I need a programmer that could create a program that would run&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;&lt;STRONG&gt;PRIOR&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp;to autocad searching for / loading the acad.lsp and acaddoc.lsp files. I need it to run prior because all my lisp routines are located within the acaddoc.lsp which is to be located in the C:\Lisp folder. I wanted to know if you'd be interested in helping me out and if so, what would you charge to create such a program. The details of what I need are listed below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 4 folders paths that I need ADDED at the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;U&gt;TOP&lt;/U&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;Support File Search Path&lt;/U&gt;: If these files were already there then nothing would need to be added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Lisp&lt;/P&gt;&lt;P&gt;C:\Blocks&lt;/P&gt;&lt;P&gt;C:\Symbol&lt;/P&gt;&lt;P&gt;C:\Fonts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then under Customization Files:&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Custom Icon Location:&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C:\Bitmaps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then under Text Editor, Dictionary&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Custom Dictionary:&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C:\blocks\dictionary\,mycustom.dictionary.cus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would really be appreciated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 17:45:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7897377#M106680</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2018-03-30T17:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7897826#M106681</link>
      <description>&lt;P&gt;It's generally not good practice to put your routines in the acaddoc.lsp file. Acaddoc is mostly used to set paths/variables and to load applications, that reside in a different location.&lt;/P&gt;&lt;P&gt;If i may suggest, why don't you create/append the acaddoc.lsp file at the default acad support path, with just setting up paths, and load your routines from lets say "&lt;SPAN&gt;C:\Lisp\routines.lsp".&lt;BR /&gt;&lt;BR /&gt;You can get the&lt;BR /&gt;support file search paths at:&amp;nbsp;(vla-get-supportpath (vla-get-files (vla-get-preferences (vlax-get-acad-object))))&lt;BR /&gt;custom icon location at:&amp;nbsp;(vla-get-customiconpath (vla-get-files (vla-get-preferences (vlax-get-acad-object))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;custom dictionary at:&amp;nbsp;(vla-get-customdictionary&amp;nbsp;(vla-get-files (vla-get-preferences (vlax-get-acad-object))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or you can altogether skip acaddoc.lsp modification and just create a C:\Lisp\Loader.lsp file that will contain all your paths, variables, etc and add it to AutoCAD's startup suite. That way it will always load with each document.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not sure i fully understood what you are trying to achieve, so if i have the wrong idea,&amp;nbsp;please elaborate on&amp;nbsp;exactly what you want to do.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 21:42:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7897826#M106681</guid>
      <dc:creator>doaiena</dc:creator>
      <dc:date>2018-03-30T21:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7898589#M106682</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What about using the AutoCAD Profile feature?&lt;/P&gt;
&lt;P&gt;You can create a new profile, set the paths to suit your needs, export the profile and deploy it.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 14:49:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7898589#M106682</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-03-31T14:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899115#M106683</link>
      <description>&lt;P&gt;Didn't there used to be a command line option for acad.exe?&amp;nbsp; &amp;nbsp;/P &amp;lt;profile name&amp;gt;?&lt;/P&gt;&lt;P&gt;If so, I wonder if it still exists.&amp;nbsp; Of course it's not going to help if you launch a DWG from Explorer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm pretty sure I recall setting up a lisp routine for loading optional profiles using DCL.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 23:33:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899115#M106683</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2018-03-31T23:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899175#M106684</link>
      <description>I cannot use profiles because I don’t want to overwrite anyone else’s global setup or other settings. All I want to do is add a few paths as listed to a persons existing setup. This routine I’m looking to get done will be sent to others I work with and it is needed for them to use my system wherever they are in the world.</description>
      <pubDate>Sun, 01 Apr 2018 01:23:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899175#M106684</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2018-04-01T01:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899366#M106685</link>
      <description>&lt;P&gt;What about using the &lt;A href="http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank"&gt;Autoloader mechanism&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2018 09:02:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899366#M106685</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-04-01T09:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899400#M106686</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/97322"&gt;@johnw&lt;/a&gt; wrote:&lt;BR /&gt;I cannot use profiles because I don’t want to overwrite anyone else’s global setup or other settings. All I want to do is add a few paths as listed to a persons existing setup. This routine I’m looking to get done will be sent to others I work with and it is needed for them to use my system wherever they are in the world.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Adding support paths, changing the custom icons location, the custom dictionary location and so on does overwrite at one existing profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adding a new profile with the settings you need is the only way to avoid overriding an existing one.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2018 10:05:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899400#M106686</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-04-01T10:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899609#M106687</link>
      <description>&lt;P&gt;True, but I think one could build in a saveas function to create the new profile wirthout permanently affecting the existing.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2018 14:36:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899609#M106687</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2018-04-01T14:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899786#M106688</link>
      <description>Yes I assume it would modify certain aspects if their existing settings. Just don’t want to overwrite all of them.&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Apr 2018 17:54:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899786#M106688</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2018-04-01T17:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899809#M106689</link>
      <description>&lt;P&gt;I purposed to create a new one and deploy it so that you do not overwrite none of them.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2018 18:25:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7899809#M106689</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-04-01T18:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7904897#M106690</link>
      <description>&lt;P&gt;GIle, i don't know anything about "deploying" anything. I've created different profiles for different things within my office, but as I mentioned earlier, my routines are going onto strangers computers and keeping things as much the same as possible for all of them seems like the best move...at least until someone can explain a better way to accomplish what i need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all the posts and comments. I'm having a hard time providing any better feedback since I do not know how to write any external program for autocad. so all i can do is describe what I'm trying to do.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 16:30:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7904897#M106690</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2018-04-03T16:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7905265#M106691</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/97322"&gt;@johnw&lt;/a&gt; wrote:&lt;BR /&gt;&amp;nbsp;
&lt;P&gt;Thanks for all the posts and comments. I'm having a hard time providing any better feedback since I do not know how to write any external program for autocad. so all i can do is describe what I'm trying to do.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Autoloader Mechanism&amp;nbsp;approach:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm attaching a ZIP file for you to try.&amp;nbsp; Copy the files to your&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Users\&lt;STRONG&gt;YOURUSERNAME&lt;/STRONG&gt;\AppData\Roaming\Autodesk\ApplicationPlugins\ &lt;STRONG&gt;&amp;lt;---- extract here&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;C:\Users\&lt;/SPAN&gt;&lt;STRONG&gt;YOURUSERNAME&lt;/STRONG&gt;&lt;SPAN&gt;\AppData\Roaming\Autodesk\ApplicationPlugins\JohnWagner.bundle &lt;STRONG&gt;&amp;lt;-- it should&amp;nbsp;look like this.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created a demo installer for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="johnW.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/483899i7CBBF6A71A6709A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="johnW.PNG" alt="johnW.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For now, You can place the bundle in the folder without actually installing it because you lack the knowledge to create an MSI file.&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;
&lt;P&gt;&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;
&lt;P&gt;&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;
&lt;P&gt;&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;
&lt;P&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do this correctly, you should see this at startup&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;::---------------------------------------------------------::
::            1st lisp File for demo loaded                ::
::---------------------------------------------------------::
::---------------------------------------------------------::
::            2nd lisp File for demo loaded                ::
::---------------------------------------------------------::
::---------------------------------------------------------::
::                 Files for demo loaded                   ::
::---------------------------------------------------------::&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the deal is, you&amp;nbsp;put all your support files in this folder and AutoCAD will find it:&lt;/P&gt;
&lt;P&gt;C:\Users\&lt;STRONG&gt;YOURUSERNAME&lt;/STRONG&gt;\AppData\Roaming\Autodesk\ApplicationPlugins\JohnWagner.bundle\Contents\Windows such as .lin/.pat/.&lt;SPAN&gt;cus etc.&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;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 18:17:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7905265#M106691</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-04-03T18:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7905640#M106692</link>
      <description>&lt;P&gt;Gile,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please clarify: does this extraction also add the "C:\Lisp" path (verbiage) to the Options/Files Tab/Support File Search Path (at the top) - see image attachment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 20:10:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7905640#M106692</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2018-04-03T20:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7905889#M106693</link>
      <description>&lt;P&gt;ok, now things are getting complicated.&lt;/P&gt;&lt;P&gt;I get what the OP wants, and really anyone who runs their own folder with acaddoc.lsp would need their path at the top before acad starts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way to modify support paths outside of acad is through the registry, its easy too, here is the key:&lt;/P&gt;&lt;P&gt;HKEY_CURRENT_USER\SOFTWARE\Autodesk\AutoCAD\R22.0\ACAD-1001:409\Profiles\HA_ACAD2018\General\&lt;/P&gt;&lt;P&gt;modify the ACAD item.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You would have to write some prog to do that, as it would look at the different profiles defined and do the ones desired.&lt;/P&gt;&lt;P&gt;The key above is my profile of course.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having said that, if you are asking users to start with a generic profile, and then you will "take it over" with your startup lisp, that is very heavy handed.&lt;/P&gt;&lt;P&gt;If you are taking that much control, you should have provided them a company standard profile to begin with.&lt;/P&gt;&lt;P&gt;To do that, you make the profile, export it to .arg, then make an acad icon with /P and the arg name after.&lt;/P&gt;&lt;P&gt;It will make the profile from the arg the FIRST time its run. After that, the icon simply switches to it, it will no recreate over and over.&lt;/P&gt;&lt;P&gt;So /p is gentle, it does not wipe out user changes once the profile is created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At my place, if you change the top path, thus losing the path to acaddoc.lsp, you hosed the profile.&lt;/P&gt;&lt;P&gt;I tell them to rename the profile, thus causing the icon to remake it from the arg, starting them over.&lt;/P&gt;&lt;P&gt;Also, in my acaddoc.lsp, I control the other paths like fonts as they need to be at the bottom or close.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 21:32:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7905889#M106693</guid>
      <dc:creator>JamesMaeding</dc:creator>
      <dc:date>2018-04-03T21:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-add paths to Support File Search Path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7907656#M106694</link>
      <description>&lt;P&gt;yes, things seemed to get very complicated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what I originally wanted to what is currently being suggested is getting way too deep for what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate everyone's comments and suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:37:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-add-paths-to-support-file-search-path/m-p/7907656#M106694</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2018-04-04T13:37:34Z</dc:date>
    </item>
  </channel>
</rss>

