<?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: in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863886#M159590</link>
    <description>Thank you for your insight into profiles and search paths, I'll have to&lt;BR /&gt;
study&lt;BR /&gt;
the subject a little more, after searching Autodesk's site for ARG files, I&lt;BR /&gt;
found this&lt;BR /&gt;
subject has been covered quit extensively at:&lt;BR /&gt;
&lt;BR /&gt;
http://www.autodesk.com/support/techdocs/td10/td104063.htm&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Paul Skinner&lt;BR /&gt;
Terra Engineering Ltd.&lt;BR /&gt;
&lt;BR /&gt;
Frank Oquendo &lt;FRANKO&gt; wrote in message&lt;BR /&gt;
news:89mock$hi212@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; With some additional LISP, you can use the routines I posted earlier in&lt;BR /&gt;
this&lt;BR /&gt;
&amp;gt; thread to switch between projects without overloading your support path.&lt;BR /&gt;
&amp;gt; Here's a simple example:&lt;BR /&gt;
&amp;gt; (setq SmithProject (list "f:\Projects\Smith" "f:\Projects\Smith\Blocks")&lt;BR /&gt;
&amp;gt;          JonesProject (list "f:\Projects\Jones"&lt;BR /&gt;
"f:\Projects\Jones\Blocks")&lt;BR /&gt;
&amp;gt; )&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; To switch to the Jones Project:&lt;BR /&gt;
&amp;gt; (mapcar 'RemoveSupportPath SmithProject)&lt;BR /&gt;
&amp;gt; (mapcar 'AddSupportPath JonesProject)&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Vice Versa&lt;BR /&gt;
&amp;gt; (mapcar 'RemoveSupportPath JonesProject)&lt;BR /&gt;
&amp;gt; (mapcar 'AddSupportPath SmithProject)&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Get free software and more at http://www2.stonemedia.com/franko&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Paul Skinner" &lt;PSKINNER&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:89mnnr$hhj6@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; Hi Frank,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I'm currently struggling with the same problem.&lt;BR /&gt;
&amp;gt; &amp;gt; The LAN at my office is setup with every&lt;BR /&gt;
&amp;gt; &amp;gt; project having its own directory so I'm interested in finding&lt;BR /&gt;
&amp;gt; &amp;gt; ways to locate drawings in multiple directories.&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; Paul Skinner&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Frank Oquendo &lt;FRANKO&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; news:89mmih$hhk9@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Just because you imported your support folders is no guarantee they'll&lt;BR /&gt;
&amp;gt; &amp;gt; stay&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; set. Not to mention profiles are machine dependent. Profiles will work&lt;BR /&gt;
&amp;gt; &amp;gt; only&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; on machines where the installations are identical.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Get free software and more at http://www2.stonemedia.com/franko&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; "Paul Skinner" &lt;PSKINNER&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; news:89mmcv$hh810@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; The site below has something on the subject.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; http://www.wport.com/~nemi/&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;  As previously stated you could go to profiles and export&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; the one you like then go to the new machine and import&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; that profile with all the support files already listed.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I would like to know if anyone has put a lot of directories into&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; the "Support file search path" something like *.*. So if you had say&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; 500 directories you could list them all then cut and paste them&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; into the exported file.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Paul Skinner&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Shane Christmas &lt;SCHRISTMAS&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; news:89lvas$cts12@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I need to know where autocad stores the information from the&lt;BR /&gt;
options&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; menu.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; am trying to set up machines with the same support files search&lt;BR /&gt;
&amp;gt; path,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; without having to manually put that in each time. I hope there is&lt;BR /&gt;
a&lt;BR /&gt;
&amp;gt; &amp;gt; file&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; somewhere I can use to change it. Thanks.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Rodney S. Christmas&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Information Technology Manager&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hunton Brady Pryor Maso Architects P.A.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SCHRISTMAS&gt;&lt;/PSKINNER&gt;&lt;/FRANKO&gt;&lt;/PSKINNER&gt;&lt;/FRANKO&gt;</description>
    <pubDate>Thu, 09 Mar 2000 22:31:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-03-09T22:31:43Z</dc:date>
    <item>
      <title>Support File Search Path...???</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863878#M159582</link>
      <description>I need to know where autocad stores the information from the options menu. I&lt;BR /&gt;
am trying to set up machines with the same support files search path,&lt;BR /&gt;
without having to manually put that in each time. I hope there is a file&lt;BR /&gt;
somewhere I can use to change it. Thanks.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Rodney S. Christmas&lt;BR /&gt;
Information Technology Manager&lt;BR /&gt;
Hunton Brady Pryor Maso Architects P.A.</description>
      <pubDate>Thu, 02 Mar 2000 14:51:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863878#M159582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-02T14:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Support File Search Path...???</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863879#M159583</link>
      <description>It's stored in the registry. You can access it with LISP by using (getenv&lt;BR /&gt;
"ACAD").&lt;BR /&gt;
&lt;BR /&gt;
Jaysen&lt;BR /&gt;
&lt;BR /&gt;
"Shane Christmas" &lt;SCHRISTMAS&gt; wrote in message&lt;BR /&gt;
news:89lvas$cts12@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; I need to know where autocad stores the information from the options menu.&lt;BR /&gt;
I&lt;BR /&gt;
&amp;gt; am trying to set up machines with the same support files search path,&lt;BR /&gt;
&amp;gt; without having to manually put that in each time. I hope there is a file&lt;BR /&gt;
&amp;gt; somewhere I can use to change it. Thanks.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Rodney S. Christmas&lt;BR /&gt;
&amp;gt; Information Technology Manager&lt;BR /&gt;
&amp;gt; Hunton Brady Pryor Maso Architects P.A.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SCHRISTMAS&gt;</description>
      <pubDate>Thu, 02 Mar 2000 15:24:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863879#M159583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-02T15:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Support File Search Path...???</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863880#M159584</link>
      <description>Attached are some routines I wrote for manipulating the support path. If you&lt;BR /&gt;
have any questions, fire away.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Get free software and more at http://www2.stonemedia.com/franko&lt;BR /&gt;
&lt;BR /&gt;
"Shane Christmas" &lt;SCHRISTMAS&gt; wrote in message&lt;BR /&gt;
news:89lvas$cts12@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; I need to know where autocad stores the information from the options menu.&lt;BR /&gt;
I&lt;BR /&gt;
&amp;gt; am trying to set up machines with the same support files search path,&lt;BR /&gt;
&amp;gt; without having to manually put that in each time. I hope there is a file&lt;BR /&gt;
&amp;gt; somewhere I can use to change it. Thanks.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Rodney S. Christmas&lt;BR /&gt;
&amp;gt; Information Technology Manager&lt;BR /&gt;
&amp;gt; Hunton Brady Pryor Maso Architects P.A.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SCHRISTMAS&gt;</description>
      <pubDate>Thu, 02 Mar 2000 15:30:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863880#M159584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-02T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Support File Search Path...???</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863881#M159585</link>
      <description>a  user "Profile" would work great for this, too</description>
      <pubDate>Thu, 02 Mar 2000 18:25:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863881#M159585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-02T18:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Support File Search Path...???</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863882#M159586</link>
      <description>The site below has something on the subject.&lt;BR /&gt;
&lt;BR /&gt;
http://www.wport.com/~nemi/&lt;BR /&gt;
&lt;BR /&gt;
 As previously stated you could go to profiles and export&lt;BR /&gt;
the one you like then go to the new machine and import&lt;BR /&gt;
that profile with all the support files already listed.&lt;BR /&gt;
&lt;BR /&gt;
I would like to know if anyone has put a lot of directories into&lt;BR /&gt;
the "Support file search path" something like *.*. So if you had say&lt;BR /&gt;
500 directories you could list them all then cut and paste them&lt;BR /&gt;
into the exported file.&lt;BR /&gt;
&lt;BR /&gt;
Paul Skinner&lt;BR /&gt;
&lt;BR /&gt;
Shane Christmas &lt;SCHRISTMAS&gt; wrote in message&lt;BR /&gt;
news:89lvas$cts12@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; I need to know where autocad stores the information from the options menu.&lt;BR /&gt;
I&lt;BR /&gt;
&amp;gt; am trying to set up machines with the same support files search path,&lt;BR /&gt;
&amp;gt; without having to manually put that in each time. I hope there is a file&lt;BR /&gt;
&amp;gt; somewhere I can use to change it. Thanks.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Rodney S. Christmas&lt;BR /&gt;
&amp;gt; Information Technology Manager&lt;BR /&gt;
&amp;gt; Hunton Brady Pryor Maso Architects P.A.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SCHRISTMAS&gt;</description>
      <pubDate>Thu, 02 Mar 2000 21:27:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863882#M159586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-02T21:27:06Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863883#M159587</link>
      <description>Just because you imported your support folders is no guarantee they'll stay&lt;BR /&gt;
set. Not to mention profiles are machine dependent. Profiles will work only&lt;BR /&gt;
on machines where the installations are identical.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Get free software and more at http://www2.stonemedia.com/franko&lt;BR /&gt;
&lt;BR /&gt;
"Paul Skinner" &lt;PSKINNER&gt; wrote in message&lt;BR /&gt;
news:89mmcv$hh810@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; The site below has something on the subject.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; http://www.wport.com/~nemi/&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;  As previously stated you could go to profiles and export&lt;BR /&gt;
&amp;gt; the one you like then go to the new machine and import&lt;BR /&gt;
&amp;gt; that profile with all the support files already listed.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I would like to know if anyone has put a lot of directories into&lt;BR /&gt;
&amp;gt; the "Support file search path" something like *.*. So if you had say&lt;BR /&gt;
&amp;gt; 500 directories you could list them all then cut and paste them&lt;BR /&gt;
&amp;gt; into the exported file.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Paul Skinner&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Shane Christmas &lt;SCHRISTMAS&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:89lvas$cts12@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; I need to know where autocad stores the information from the options&lt;BR /&gt;
menu.&lt;BR /&gt;
&amp;gt; I&lt;BR /&gt;
&amp;gt; &amp;gt; am trying to set up machines with the same support files search path,&lt;BR /&gt;
&amp;gt; &amp;gt; without having to manually put that in each time. I hope there is a file&lt;BR /&gt;
&amp;gt; &amp;gt; somewhere I can use to change it. Thanks.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; Rodney S. Christmas&lt;BR /&gt;
&amp;gt; &amp;gt; Information Technology Manager&lt;BR /&gt;
&amp;gt; &amp;gt; Hunton Brady Pryor Maso Architects P.A.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SCHRISTMAS&gt;&lt;/PSKINNER&gt;</description>
      <pubDate>Thu, 02 Mar 2000 21:29:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863883#M159587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-02T21:29:13Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863884#M159588</link>
      <description>Hi Frank,&lt;BR /&gt;
&lt;BR /&gt;
I'm currently struggling with the same problem.&lt;BR /&gt;
The LAN at my office is setup with every&lt;BR /&gt;
project having its own directory so I'm interested in finding&lt;BR /&gt;
ways to locate drawings in multiple directories.&lt;BR /&gt;
--&lt;BR /&gt;
Paul Skinner&lt;BR /&gt;
&lt;BR /&gt;
Frank Oquendo &lt;FRANKO&gt; wrote in message&lt;BR /&gt;
news:89mmih$hhk9@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Just because you imported your support folders is no guarantee they'll&lt;BR /&gt;
stay&lt;BR /&gt;
&amp;gt; set. Not to mention profiles are machine dependent. Profiles will work&lt;BR /&gt;
only&lt;BR /&gt;
&amp;gt; on machines where the installations are identical.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Get free software and more at http://www2.stonemedia.com/franko&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Paul Skinner" &lt;PSKINNER&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:89mmcv$hh810@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; The site below has something on the subject.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; http://www.wport.com/~nemi/&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;  As previously stated you could go to profiles and export&lt;BR /&gt;
&amp;gt; &amp;gt; the one you like then go to the new machine and import&lt;BR /&gt;
&amp;gt; &amp;gt; that profile with all the support files already listed.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I would like to know if anyone has put a lot of directories into&lt;BR /&gt;
&amp;gt; &amp;gt; the "Support file search path" something like *.*. So if you had say&lt;BR /&gt;
&amp;gt; &amp;gt; 500 directories you could list them all then cut and paste them&lt;BR /&gt;
&amp;gt; &amp;gt; into the exported file.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Paul Skinner&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Shane Christmas &lt;SCHRISTMAS&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; news:89lvas$cts12@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I need to know where autocad stores the information from the options&lt;BR /&gt;
&amp;gt; menu.&lt;BR /&gt;
&amp;gt; &amp;gt; I&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; am trying to set up machines with the same support files search path,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; without having to manually put that in each time. I hope there is a&lt;BR /&gt;
file&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; somewhere I can use to change it. Thanks.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Rodney S. Christmas&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Information Technology Manager&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Hunton Brady Pryor Maso Architects P.A.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SCHRISTMAS&gt;&lt;/PSKINNER&gt;&lt;/FRANKO&gt;</description>
      <pubDate>Thu, 02 Mar 2000 21:49:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863884#M159588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-02T21:49:57Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863885#M159589</link>
      <description>With some additional LISP, you can use the routines I posted earlier in this&lt;BR /&gt;
thread to switch between projects without overloading your support path.&lt;BR /&gt;
Here's a simple example:&lt;BR /&gt;
(setq SmithProject (list "f:\Projects\Smith" "f:\Projects\Smith\Blocks")&lt;BR /&gt;
         JonesProject (list "f:\Projects\Jones" "f:\Projects\Jones\Blocks")&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
To switch to the Jones Project:&lt;BR /&gt;
(mapcar 'RemoveSupportPath SmithProject)&lt;BR /&gt;
(mapcar 'AddSupportPath JonesProject)&lt;BR /&gt;
&lt;BR /&gt;
Vice Versa&lt;BR /&gt;
(mapcar 'RemoveSupportPath JonesProject)&lt;BR /&gt;
(mapcar 'AddSupportPath SmithProject)&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Get free software and more at http://www2.stonemedia.com/franko&lt;BR /&gt;
&lt;BR /&gt;
"Paul Skinner" &lt;PSKINNER&gt; wrote in message&lt;BR /&gt;
news:89mnnr$hhj6@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Hi Frank,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I'm currently struggling with the same problem.&lt;BR /&gt;
&amp;gt; The LAN at my office is setup with every&lt;BR /&gt;
&amp;gt; project having its own directory so I'm interested in finding&lt;BR /&gt;
&amp;gt; ways to locate drawings in multiple directories.&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Paul Skinner&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Frank Oquendo &lt;FRANKO&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:89mmih$hhk9@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; Just because you imported your support folders is no guarantee they'll&lt;BR /&gt;
&amp;gt; stay&lt;BR /&gt;
&amp;gt; &amp;gt; set. Not to mention profiles are machine dependent. Profiles will work&lt;BR /&gt;
&amp;gt; only&lt;BR /&gt;
&amp;gt; &amp;gt; on machines where the installations are identical.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; Get free software and more at http://www2.stonemedia.com/franko&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; "Paul Skinner" &lt;PSKINNER&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; news:89mmcv$hh810@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; The site below has something on the subject.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; http://www.wport.com/~nemi/&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;  As previously stated you could go to profiles and export&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; the one you like then go to the new machine and import&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; that profile with all the support files already listed.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I would like to know if anyone has put a lot of directories into&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; the "Support file search path" something like *.*. So if you had say&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; 500 directories you could list them all then cut and paste them&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; into the exported file.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Paul Skinner&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Shane Christmas &lt;SCHRISTMAS&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; news:89lvas$cts12@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I need to know where autocad stores the information from the options&lt;BR /&gt;
&amp;gt; &amp;gt; menu.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; am trying to set up machines with the same support files search&lt;BR /&gt;
path,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; without having to manually put that in each time. I hope there is a&lt;BR /&gt;
&amp;gt; file&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; somewhere I can use to change it. Thanks.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Rodney S. Christmas&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Information Technology Manager&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hunton Brady Pryor Maso Architects P.A.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SCHRISTMAS&gt;&lt;/PSKINNER&gt;&lt;/FRANKO&gt;&lt;/PSKINNER&gt;</description>
      <pubDate>Thu, 02 Mar 2000 22:00:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863885#M159589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-02T22:00:12Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863886#M159590</link>
      <description>Thank you for your insight into profiles and search paths, I'll have to&lt;BR /&gt;
study&lt;BR /&gt;
the subject a little more, after searching Autodesk's site for ARG files, I&lt;BR /&gt;
found this&lt;BR /&gt;
subject has been covered quit extensively at:&lt;BR /&gt;
&lt;BR /&gt;
http://www.autodesk.com/support/techdocs/td10/td104063.htm&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Paul Skinner&lt;BR /&gt;
Terra Engineering Ltd.&lt;BR /&gt;
&lt;BR /&gt;
Frank Oquendo &lt;FRANKO&gt; wrote in message&lt;BR /&gt;
news:89mock$hi212@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; With some additional LISP, you can use the routines I posted earlier in&lt;BR /&gt;
this&lt;BR /&gt;
&amp;gt; thread to switch between projects without overloading your support path.&lt;BR /&gt;
&amp;gt; Here's a simple example:&lt;BR /&gt;
&amp;gt; (setq SmithProject (list "f:\Projects\Smith" "f:\Projects\Smith\Blocks")&lt;BR /&gt;
&amp;gt;          JonesProject (list "f:\Projects\Jones"&lt;BR /&gt;
"f:\Projects\Jones\Blocks")&lt;BR /&gt;
&amp;gt; )&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; To switch to the Jones Project:&lt;BR /&gt;
&amp;gt; (mapcar 'RemoveSupportPath SmithProject)&lt;BR /&gt;
&amp;gt; (mapcar 'AddSupportPath JonesProject)&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Vice Versa&lt;BR /&gt;
&amp;gt; (mapcar 'RemoveSupportPath JonesProject)&lt;BR /&gt;
&amp;gt; (mapcar 'AddSupportPath SmithProject)&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Get free software and more at http://www2.stonemedia.com/franko&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Paul Skinner" &lt;PSKINNER&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:89mnnr$hhj6@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; Hi Frank,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I'm currently struggling with the same problem.&lt;BR /&gt;
&amp;gt; &amp;gt; The LAN at my office is setup with every&lt;BR /&gt;
&amp;gt; &amp;gt; project having its own directory so I'm interested in finding&lt;BR /&gt;
&amp;gt; &amp;gt; ways to locate drawings in multiple directories.&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; Paul Skinner&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Frank Oquendo &lt;FRANKO&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; news:89mmih$hhk9@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Just because you imported your support folders is no guarantee they'll&lt;BR /&gt;
&amp;gt; &amp;gt; stay&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; set. Not to mention profiles are machine dependent. Profiles will work&lt;BR /&gt;
&amp;gt; &amp;gt; only&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; on machines where the installations are identical.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Get free software and more at http://www2.stonemedia.com/franko&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; "Paul Skinner" &lt;PSKINNER&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; news:89mmcv$hh810@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; The site below has something on the subject.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; http://www.wport.com/~nemi/&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;  As previously stated you could go to profiles and export&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; the one you like then go to the new machine and import&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; that profile with all the support files already listed.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I would like to know if anyone has put a lot of directories into&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; the "Support file search path" something like *.*. So if you had say&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; 500 directories you could list them all then cut and paste them&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; into the exported file.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Paul Skinner&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Shane Christmas &lt;SCHRISTMAS&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; news:89lvas$cts12@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I need to know where autocad stores the information from the&lt;BR /&gt;
options&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; menu.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; am trying to set up machines with the same support files search&lt;BR /&gt;
&amp;gt; path,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; without having to manually put that in each time. I hope there is&lt;BR /&gt;
a&lt;BR /&gt;
&amp;gt; &amp;gt; file&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; somewhere I can use to change it. Thanks.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Rodney S. Christmas&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Information Technology Manager&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hunton Brady Pryor Maso Architects P.A.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SCHRISTMAS&gt;&lt;/PSKINNER&gt;&lt;/FRANKO&gt;&lt;/PSKINNER&gt;&lt;/FRANKO&gt;</description>
      <pubDate>Thu, 09 Mar 2000 22:31:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863886#M159590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-09T22:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Support File Search Path...???</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863887#M159591</link>
      <description>I have created image file menues, lisp routines, etc. for my office and I&lt;BR /&gt;
have to go around to everyone's computer and add the network path of these&lt;BR /&gt;
files to the "Support File Search Path" in the preferences dialog box of&lt;BR /&gt;
AutoCAD.  Is there a way to add directories to the "Support File Search&lt;BR /&gt;
path" from outside of AutoCAD?  I could not find any hint of the "Support&lt;BR /&gt;
File Search Path" directories in the windows registry.  Is it located in a&lt;BR /&gt;
file in the AutoCAD directory somewhere?  If so, how would one go about&lt;BR /&gt;
making changes to it?&lt;BR /&gt;
&lt;BR /&gt;
Ideally I would like to create an installation executable that copies the&lt;BR /&gt;
necessary files to each persons hard drive and makes the necessary additions&lt;BR /&gt;
to the "Support File Search Path" without me having to individually setup&lt;BR /&gt;
each persons computer.  Is this possible?</description>
      <pubDate>Tue, 23 Jan 2001 06:44:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863887#M159591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-01-23T06:44:33Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863888#M159592</link>
      <description>What I do is use WCMATCH in the MNL file to determine if a folder is&lt;BR /&gt;
already present in the path. If not, a simple STRCAT and a SETENV will&lt;BR /&gt;
correct the problem.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
"You keep using that word. I do not think it means what you think it&lt;BR /&gt;
means."&lt;BR /&gt;
&lt;BR /&gt;
"Nathan" &amp;lt;---@--.com&amp;gt; wrote in message&lt;BR /&gt;
news:024EECF6F0B857ACE745742F6067BC91@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&lt;SNIP&gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Ideally I would like to create an installation executable&lt;BR /&gt;
&amp;gt; that copies the necessary files to each persons hard drive&lt;BR /&gt;
&amp;gt; and makes the necessary additions to the "Support File&lt;BR /&gt;
&amp;gt; Search Path" without me having to individually setup&lt;BR /&gt;
&amp;gt; each persons computer.  Is this possible?&lt;BR /&gt;
&amp;gt;&lt;/SNIP&gt;</description>
      <pubDate>Tue, 23 Jan 2001 07:02:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/support-file-search-path/m-p/863888#M159592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-01-23T07:02:04Z</dc:date>
    </item>
  </channel>
</rss>

