<?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: LISP to run a script on startup? in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395166#M1475</link>
    <description>&lt;P&gt;Ya I just reloaded it in and tried it and still wont run when I open a cad file&lt;/P&gt;&lt;P&gt;&lt;U&gt;Script code:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;-STYLE&lt;/P&gt;&lt;P&gt;Arial&lt;/P&gt;&lt;P&gt;Arial&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;0.95&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;No ;&lt;/P&gt;&lt;P&gt;Which works when i load it in directly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;LSP:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Colby_MickelberryAEN2P_0-1743119675836.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1482815iD7CD6E0B9A494598/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Colby_MickelberryAEN2P_0-1743119675836.png" alt="Colby_MickelberryAEN2P_0-1743119675836.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;lsp loaded into start up suite.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help on this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2025 23:55:40 GMT</pubDate>
    <dc:creator>Colby_MickelberryAEN2P</dc:creator>
    <dc:date>2025-03-27T23:55:40Z</dc:date>
    <item>
      <title>LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394558#M1461</link>
      <description>&lt;P&gt;I have a script that I want to run on start up, it basically changes the width factor of our standard text since we did a company wide style change. The script i wrote works but I would like the LISP to run the script when someone opens a cad file. From all the forms i read it looks possible but Im struggling the right code in the lsp file (since the start up suit doesnt work with scripts). I know i have to appload the lsp and add it to the start up suite.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone could help provide some direction I would really appreciate it!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 16:45:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394558#M1461</guid>
      <dc:creator>Colby_MickelberryAEN2P</dc:creator>
      <dc:date>2025-03-27T16:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394752#M1462</link>
      <description>&lt;P&gt;May I ask, why are you only wishing to use a script, and not convert it to a startup LISP?&lt;/P&gt;&lt;P&gt;And what is the content of the SCRIPT?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 18:41:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394752#M1462</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2025-03-27T18:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394818#M1463</link>
      <description>&lt;P&gt;in the ACAD.LSP or ACADDOC.LSP you can add in the following:&lt;BR /&gt;&lt;BR /&gt;(load "&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;LISPNAME&lt;/STRONG&gt;&lt;/FONT&gt;")&lt;BR /&gt;or&amp;nbsp;&lt;BR /&gt;(load "&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;C:/FOLDER/FOLDER/LISPNAME.LSP&lt;/FONT&gt;&lt;/STRONG&gt;")&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 19:17:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394818#M1463</guid>
      <dc:creator>JGranata_GdB</dc:creator>
      <dc:date>2025-03-27T19:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394895#M1464</link>
      <description>&lt;P&gt;Since you already have the lisp file that would load automatically at startup then just add the following command at the end of that lisp file to launch the script ie assuming script is named "&lt;STRONG&gt;C:\\Autodesk\\My Script.scr&lt;/STRONG&gt;":&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(command "_.Script" "C:\\Autodesk\\My Script.scr")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 19:57:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394895#M1464</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-03-27T19:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394933#M1465</link>
      <description>&lt;P&gt;No reason I was just following along with what someone else did. would it be easier to convert this to an lisp?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 20:32:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394933#M1465</guid>
      <dc:creator>Colby_MickelberryAEN2P</dc:creator>
      <dc:date>2025-03-27T20:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394934#M1466</link>
      <description>&lt;P&gt;I can seem to find th acad.lsp. Im looking the cd 3d 2025 support folder under users, is it somewhere else in the file structure?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 20:33:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394934#M1466</guid>
      <dc:creator>Colby_MickelberryAEN2P</dc:creator>
      <dc:date>2025-03-27T20:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394939#M1467</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Colby_MickelberryAEN2P_0-1743107688287.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1482778i4203954599408119/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Colby_MickelberryAEN2P_0-1743107688287.png" alt="Colby_MickelberryAEN2P_0-1743107688287.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is what i currently have in lsp but when i load it in the start up suit and restart cad and open file doesnt seem to loading&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 20:35:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394939#M1467</guid>
      <dc:creator>Colby_MickelberryAEN2P</dc:creator>
      <dc:date>2025-03-27T20:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394944#M1468</link>
      <description>&lt;P&gt;Your script file path has a “\” when it should be “/“&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 20:40:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13394944#M1468</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-03-27T20:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395127#M1469</link>
      <description>&lt;P&gt;I made those changes. Still when I open a new drawing its not seeming to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Colby_MickelberryAEN2P_1-1743117329355.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1482812i8462A8E0FF3D3DEF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Colby_MickelberryAEN2P_1-1743117329355.png" alt="Colby_MickelberryAEN2P_1-1743117329355.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added it to the start up suite&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 23:15:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395127#M1469</guid>
      <dc:creator>Colby_MickelberryAEN2P</dc:creator>
      <dc:date>2025-03-27T23:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395144#M1470</link>
      <description>&lt;P&gt;I added / made an acaddocs.lsp created (load "R:/CADD/Lacey Ribbons/LISP Files/Change_Width.src"), also added it to the start up suite. Still doesnt seem to be working, am I missing something?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 23:35:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395144#M1470</guid>
      <dc:creator>Colby_MickelberryAEN2P</dc:creator>
      <dc:date>2025-03-27T23:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395146#M1471</link>
      <description>&lt;P&gt;Script file typically has a file extension of &lt;STRONG&gt;.scr&lt;/STRONG&gt; and not &lt;STRONG&gt;.src&lt;/STRONG&gt;...so you have a typo there now...&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 23:36:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395146#M1471</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-03-27T23:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395147#M1472</link>
      <description>&lt;P&gt;You cannot load a script file to run it like this. Only lisp files can be loaded. Script file requires it to be called using command like this:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(command "_.SCRIPT" "R:/CADD/Lacey Ribbons/LISP Files/Change_Width.SCR")&lt;/LI-CODE&gt;&lt;P&gt;and again Script files typically has a file extension of &lt;STRONG&gt;".scr"&lt;/STRONG&gt; and not &lt;STRONG&gt;".src"&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 23:39:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395147#M1472</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-03-27T23:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395156#M1473</link>
      <description>&lt;P&gt;Great thank your for your help. Sorry I am new to this just trying to learn. So if I take that code you provided and added it an lsp so that way it references the script, how do i get it to auto load every time i open a drawing. I am adding the lsp to the start up suit&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 23:50:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395156#M1473</guid>
      <dc:creator>Colby_MickelberryAEN2P</dc:creator>
      <dc:date>2025-03-27T23:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395161#M1474</link>
      <description>&lt;P&gt;once you add the lisp to the startup suite, the lisp should run each time you open a dwg and since at the end of the lisp code you included the command to run the script file then that would run automatically from now on...have you tried to see what happens?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 23:50:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395161#M1474</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-03-27T23:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395166#M1475</link>
      <description>&lt;P&gt;Ya I just reloaded it in and tried it and still wont run when I open a cad file&lt;/P&gt;&lt;P&gt;&lt;U&gt;Script code:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;-STYLE&lt;/P&gt;&lt;P&gt;Arial&lt;/P&gt;&lt;P&gt;Arial&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;0.95&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;No ;&lt;/P&gt;&lt;P&gt;Which works when i load it in directly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;LSP:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Colby_MickelberryAEN2P_0-1743119675836.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1482815iD7CD6E0B9A494598/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Colby_MickelberryAEN2P_0-1743119675836.png" alt="Colby_MickelberryAEN2P_0-1743119675836.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;lsp loaded into start up suite.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help on this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 23:55:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395166#M1475</guid>
      <dc:creator>Colby_MickelberryAEN2P</dc:creator>
      <dc:date>2025-03-27T23:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395171#M1476</link>
      <description>&lt;P&gt;What's the name of the lisp file that you added the command code to?&lt;/P&gt;&lt;P&gt;Is that lisp file also saved under a folder added under command: &lt;STRONG&gt;Options&amp;gt;Files&lt;/STRONG&gt; tab&amp;gt;&lt;STRONG&gt;Trusted Locations&lt;/STRONG&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 00:00:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395171#M1476</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-03-28T00:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395213#M1477</link>
      <description>&lt;P&gt;Try replacing the "/" with two "\\" you have spaces in the file names and it may be stopping at Lacey so not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We had a Autoload.lsp that had all sorts of stuff in it. Like your run this on startup. Multiple defuns and set stuff, this was loaded via Appload Start up Suite. So as script is short make it lisp code. The advantage of having a custom start up lisp was did not have to find acad.lsp etc we could keep it with all our other custom stuff, do a CAD upgrade and no need to find acad.lsp again.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 00:47:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395213#M1477</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2025-03-28T00:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395292#M1478</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14120049"&gt;@Colby_MickelberryAEN2P&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;..../Change_Width.s&lt;STRONG&gt;&lt;FONT size="4" color="#FF0000"&gt;rc&lt;/FONT&gt;&lt;/STRONG&gt;"....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Should that be:&lt;/P&gt;
&lt;P&gt;....&lt;SPAN&gt;/Change_Width.s&lt;FONT size="4" color="#0000FF"&gt;&lt;STRONG&gt;cr&lt;/STRONG&gt;&lt;/FONT&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 02:08:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13395292#M1478</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2025-03-28T02:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13396349#M1479</link>
      <description>&lt;P&gt;I added the folder to the trusted locations. The name is Change Width_Factor.lsp.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still doesnt seem to be working, I think I am missing something lol.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have other lsp file that specifiy similar file paths with spaces and works just fine so I dont think that is the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 14:18:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13396349#M1479</guid>
      <dc:creator>Colby_MickelberryAEN2P</dc:creator>
      <dc:date>2025-03-28T14:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: LISP to run a script on startup?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13396362#M1480</link>
      <description>&lt;P&gt;Is it an issue with the first part of the code, (command Script)" I see some people put load or add a start up command before some of the code? But I dont know if that makes sense since we are adding it to the start up suite&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 14:23:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-run-a-script-on-startup/m-p/13396362#M1480</guid>
      <dc:creator>Colby_MickelberryAEN2P</dc:creator>
      <dc:date>2025-03-28T14:23:49Z</dc:date>
    </item>
  </channel>
</rss>

