<?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: Download Support Data from Network in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/download-support-data-from-network/m-p/8984973#M85221</link>
    <description>&lt;P&gt;Might want to give your IT folks a small kick in rear to do some research.&amp;nbsp; It's *entirely* possible to script local file updates at log in, via robocopy, BAT files, custom EXE, yadda yadda yadda (there's a lot of ways).&amp;nbsp; Heck, you could skip that and just use Offline Files, which is built into the OS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Latency issues" brings up something else.&amp;nbsp; The system should reviewed and updated to be in a state where it's running properly.&amp;nbsp; &amp;nbsp;There are precious few reasons for it not to be running well.&lt;/P&gt;</description>
    <pubDate>Sat, 24 Aug 2019 01:26:08 GMT</pubDate>
    <dc:creator>dgorsman</dc:creator>
    <dc:date>2019-08-24T01:26:08Z</dc:date>
    <item>
      <title>Download Support Data from Network</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/download-support-data-from-network/m-p/8976534#M85219</link>
      <description>&lt;P&gt;Our company currently directs all users to a central network location for templates, plot styles, pipe catalog data, etc. so that, as they are updated, everyone gets the same updates. Because of some latency issues, we are debating placing all this custom data on local machines. However, we would like the ability to either download or push out updates on a regular basis. Our IT professionals tell us this can't be done with a login script. Is it possible to add code to the LISP file that runs on cad startup to copy those files from the network to the local machines? What better solutions are users/cad mangers employing?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 17:12:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/download-support-data-from-network/m-p/8976534#M85219</guid>
      <dc:creator>b-man</dc:creator>
      <dc:date>2019-08-20T17:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Download Support Data from Network</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/download-support-data-from-network/m-p/8982612#M85220</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/526838"&gt;@b-man&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a customization in your environment a consultant could better answer this question for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In short, you can create a AutoLISP file, store it on a location of your choosing as long as IT grants access to users &amp;amp; load it in&amp;nbsp;&lt;SPAN&gt;the AutoCAD Load/Unload Applications pulling it from the stored location.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-AutoLISP/files/GUID-3B8EDFF1-A130-434F-B615-7F2EC04322EE-htm.html" target="_blank" rel="noopener"&gt;Tutorial: Creating, Loading, and Opening an AutoLISP File (AutoLISP)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please&lt;STRONG&gt;&amp;nbsp;&lt;SPAN style="color: #008000;"&gt;"Accept Solution"&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp;if a reply or replies have helped resolve the issue or answered&amp;nbsp;your question, to help others in the community.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 23:49:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/download-support-data-from-network/m-p/8982612#M85220</guid>
      <dc:creator>natasha.l</dc:creator>
      <dc:date>2019-08-22T23:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Download Support Data from Network</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/download-support-data-from-network/m-p/8984973#M85221</link>
      <description>&lt;P&gt;Might want to give your IT folks a small kick in rear to do some research.&amp;nbsp; It's *entirely* possible to script local file updates at log in, via robocopy, BAT files, custom EXE, yadda yadda yadda (there's a lot of ways).&amp;nbsp; Heck, you could skip that and just use Offline Files, which is built into the OS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Latency issues" brings up something else.&amp;nbsp; The system should reviewed and updated to be in a state where it's running properly.&amp;nbsp; &amp;nbsp;There are precious few reasons for it not to be running well.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Aug 2019 01:26:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/download-support-data-from-network/m-p/8984973#M85221</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2019-08-24T01:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Download Support Data from Network</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/download-support-data-from-network/m-p/8985719#M85222</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/526838"&gt;@b-man&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;[...] Our IT professionals tell us this can't be done with a login script. [...]&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;the same like dgorsman wrote - &lt;STRONG&gt;just a lie or stupid pretext.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Aug 2019 00:44:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/download-support-data-from-network/m-p/8985719#M85222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-25T00:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Download Support Data from Network</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/download-support-data-from-network/m-p/8987942#M85223</link>
      <description>&lt;P&gt;You could use scripted&amp;nbsp;&lt;A href="http://www.theswamp.org/index.php?topic=39415.msg446782#msg446782" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;XCOPY&lt;/STRONG&gt;&lt;/A&gt; or &lt;A href="http://www.theswamp.org/index.php?topic=39415.msg582702#msg582702" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;ROBOCOPY&lt;/STRONG&gt;&lt;/A&gt; to update files on local machines. Your IT should rephrase that they choose not to update via login script or they simply don't know how ; - ). I've been updating computers using logon script for 15+ years now.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 15:27:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/download-support-data-from-network/m-p/8987942#M85223</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-08-26T15:27:17Z</dc:date>
    </item>
  </channel>
</rss>

