<?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: Script generator in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8849570#M87704</link>
    <description>&lt;P&gt;Yes from my understanding you should be able to, because it will save it to wherever its set as a permanent file. To see where its set type Options into the command bar and scroll down to action recorder and expand it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jun 2019 12:40:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-13T12:40:31Z</dc:date>
    <item>
      <title>Script generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8843278#M87697</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know if there is a way to "copy" all commands you use in Autocad into a script file via lisp (such as Action Recorder, but into a script file)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 21:18:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8843278#M87697</guid>
      <dc:creator>dani-perez</dc:creator>
      <dc:date>2019-06-10T21:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8844477#M87698</link>
      <description>&lt;P&gt;Not entirely sure I understand the question, are you asking how to create a script that would copy all the commands that have been entered thus far. Or are you asking how to put commands into a lisp script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 12:52:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8844477#M87698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-11T12:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Script generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8845254#M87699</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7618659" target="_self"&gt;tristananderson46&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Sorry for my bad English. There is an option called Action recorder that records all command you write to execute in other drawing. I need a similar tool that records allactions in an Script file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 17:41:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8845254#M87699</guid>
      <dc:creator>dani-perez</dc:creator>
      <dc:date>2019-06-11T17:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Script generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8845801#M87700</link>
      <description>&lt;P&gt;So I've been monkeying around with it a little bit, and I think an ok way for you to achieve what you want is to simply run the action recorder. You can do this with the commands actrecord, and then actstop respectively. Then in your own lisp script type the files name as its own line. Unfortunately the file type of action recorder is pretty inefficient inherently and there's been some discussion here&amp;nbsp;&lt;A title=".actm file" href="https://forums.autodesk.com/t5/autocad-forum/actm-file-how-can-i-edit-it-please/td-p/4895002" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/autocad-forum/actm-file-how-can-i-edit-it-please/td-p/4895002&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 21:38:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8845801#M87700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-11T21:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Script generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8847097#M87701</link>
      <description>If I may ask, why do you need a script file if you have Action Recorder: are you trying to share your command sequences with other non-AutoCAD users or something else?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jun 2019 13:16:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8847097#M87701</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2019-06-12T13:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Script generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8848881#M87702</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212" target="_self"&gt;&lt;SPAN class="login-bold"&gt;pendean&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont know if I can execute (batch) an action recorder file into multiple drawings. I can do it with a Script file.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 07:06:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8848881#M87702</guid>
      <dc:creator>dani-perez</dc:creator>
      <dc:date>2019-06-13T07:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Script generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8848887#M87703</link>
      <description>&lt;DIV class="lia-message-author-with-avatar"&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-New-Member lia-component-message-view-widget-author-username"&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7618659" target="_self"&gt;&lt;SPAN class=""&gt;tristananderson46&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, I understood I can execute an action recorder file into multiple drawings via script, is that right?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 07:08:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8848887#M87703</guid>
      <dc:creator>dani-perez</dc:creator>
      <dc:date>2019-06-13T07:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Script generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8849570#M87704</link>
      <description>&lt;P&gt;Yes from my understanding you should be able to, because it will save it to wherever its set as a permanent file. To see where its set type Options into the command bar and scroll down to action recorder and expand it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 12:40:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/8849570#M87704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-13T12:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Script generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/12107903#M87705</link>
      <description>&lt;P&gt;Yes, see the following links:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.rand.com/civil/2018/08/using-spreadsheets-to-generate-script-files.html" target="_blank" rel="noopener"&gt;https://blogs.rand.com/civil/2018/08/using-spreadsheets-to-generate-script-files.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=tBUPy0R4pV8" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=tBUPy0R4pV8&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 21:55:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-generator/m-p/12107903#M87705</guid>
      <dc:creator>hbourneV33PR</dc:creator>
      <dc:date>2023-07-17T21:55:54Z</dc:date>
    </item>
  </channel>
</rss>

