<?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 acad core sonsole not running lisp in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10115304#M84192</link>
    <description>&lt;P&gt;Tying to run this in acad coreconsole 2018 but&amp;nbsp;&lt;/P&gt;&lt;P&gt;with this bat and script: it prints the file but fails to update the attributes, not sure what it causing it to not work. the lisp works fine outside of the coreconsole enviroment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on what I'm doing wrong? Thanks&lt;/P&gt;&lt;P&gt;------------------------------------------------------&lt;/P&gt;&lt;P&gt;error message:&lt;/P&gt;&lt;P&gt;Command: (load "c:\\cadd\\AutoCad\\Support\\Lisp\\UTB-Attributes.lsp")&lt;BR /&gt;Error: no function definition: VLAX-GET-ACAD-OBJECT&lt;BR /&gt;Command: (command "-plot" "y" "" "DWG to PDF" "ANSI full bleed D (22.00 x 34.00 Inches)" "inches" "landscape" "no" "window" "0,0" "34,22" "1:1" "0,0" "y" "611110ctb" "yes" "yes" "no" "no" "" "no" "yes")&lt;BR /&gt;-plot Detailed plot configuration? [Yes/No] &amp;lt;No&amp;gt;: y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;bat:&lt;/P&gt;&lt;P&gt;FOR %%f IN ("C:\CADD\projects\611110\sheets\*.dwg") DO "C:\Program Files\Autodesk\AutoCAD 2018\accoreconsole.exe" /P "C:\Program Files\Autodesk\AutoCAD 2018\acad.exe" /product ACAD /language "en-US" /p "C:\CADD\profiles\AcadLC2018.arg" /i "%%f" /s "C:\CADD\Projects\611110\printing\print.scr" /l en-US&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(load "c:\\cadd\\AutoCad\\Support\\Lisp\\UTB-Attributes.lsp")&lt;BR /&gt;(c:UpdateTitleblocks)&lt;BR /&gt;(command "-plot" "y" "" "DWG to PDF" "ANSI full bleed D (22.00 x 34.00 Inches)" "inches" "landscape" "no" "window" "0,0" "34,22" "1:1" "0,0" "y" "611110ctb" "yes" "yes" "no" "no" "" "no" "yes")&lt;BR /&gt;(command "quit" "y")&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2021 19:20:37 GMT</pubDate>
    <dc:creator>lisaj98052</dc:creator>
    <dc:date>2021-02-26T19:20:37Z</dc:date>
    <item>
      <title>acad core sonsole not running lisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10115304#M84192</link>
      <description>&lt;P&gt;Tying to run this in acad coreconsole 2018 but&amp;nbsp;&lt;/P&gt;&lt;P&gt;with this bat and script: it prints the file but fails to update the attributes, not sure what it causing it to not work. the lisp works fine outside of the coreconsole enviroment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on what I'm doing wrong? Thanks&lt;/P&gt;&lt;P&gt;------------------------------------------------------&lt;/P&gt;&lt;P&gt;error message:&lt;/P&gt;&lt;P&gt;Command: (load "c:\\cadd\\AutoCad\\Support\\Lisp\\UTB-Attributes.lsp")&lt;BR /&gt;Error: no function definition: VLAX-GET-ACAD-OBJECT&lt;BR /&gt;Command: (command "-plot" "y" "" "DWG to PDF" "ANSI full bleed D (22.00 x 34.00 Inches)" "inches" "landscape" "no" "window" "0,0" "34,22" "1:1" "0,0" "y" "611110ctb" "yes" "yes" "no" "no" "" "no" "yes")&lt;BR /&gt;-plot Detailed plot configuration? [Yes/No] &amp;lt;No&amp;gt;: y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;bat:&lt;/P&gt;&lt;P&gt;FOR %%f IN ("C:\CADD\projects\611110\sheets\*.dwg") DO "C:\Program Files\Autodesk\AutoCAD 2018\accoreconsole.exe" /P "C:\Program Files\Autodesk\AutoCAD 2018\acad.exe" /product ACAD /language "en-US" /p "C:\CADD\profiles\AcadLC2018.arg" /i "%%f" /s "C:\CADD\Projects\611110\printing\print.scr" /l en-US&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(load "c:\\cadd\\AutoCad\\Support\\Lisp\\UTB-Attributes.lsp")&lt;BR /&gt;(c:UpdateTitleblocks)&lt;BR /&gt;(command "-plot" "y" "" "DWG to PDF" "ANSI full bleed D (22.00 x 34.00 Inches)" "inches" "landscape" "no" "window" "0,0" "34,22" "1:1" "0,0" "y" "611110ctb" "yes" "yes" "no" "no" "" "no" "yes")&lt;BR /&gt;(command "quit" "y")&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 19:20:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10115304#M84192</guid>
      <dc:creator>lisaj98052</dc:creator>
      <dc:date>2021-02-26T19:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: acad core sonsole not running lisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10115346#M84193</link>
      <description>&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Maybe this will help you -&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;A href="https://www.kdmsoft.net/autorunlisp.html" target="_blank" rel="noopener"&gt;AutoRunLisp&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 19:35:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10115346#M84193</guid>
      <dc:creator>maratovich</dc:creator>
      <dc:date>2021-02-26T19:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: acad core sonsole not running lisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10115703#M84194</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1203755"&gt;@lisaj98052&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the end of the lisp file remove the two &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;;;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#333300"&gt;characters in front of (vl-load-com) than see if this works?!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;Moshe&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;;;------------------------------------------------------------;;&lt;/P&gt;&lt;P&gt;;(princ&lt;BR /&gt;; (strcat&lt;BR /&gt;; "\n::: UpdateTitleblocks.lsp | Version " UTBVersionNumber# " | © 2012 Craig Dobyns &amp;amp; Jef Blake :::"&lt;BR /&gt;; "\n::: Type \"UpdateTitleblocks\" or \"UTB\" to Invoke :::\n"&lt;BR /&gt;; )&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;(vl-load-com)&lt;/FONT&gt;&lt;BR /&gt;;;(c:UpdateTitleblocks) ;; Remove this line to disable Autorun&lt;BR /&gt;(princ)&lt;BR /&gt;(C:UpdateTitleblocks)&lt;/P&gt;&lt;P&gt;;;------------------------------------------------------------;;&lt;BR /&gt;;; End of File ;;&lt;BR /&gt;;;------------------------------------------------------------;;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 21:59:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10115703#M84194</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2021-02-26T21:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: acad core sonsole not running lisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10115710#M84195</link>
      <description>&lt;P&gt;&lt;SPAN&gt;ActiveX code&lt;/SPAN&gt; is not supported to run in the Core Console.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 22:00:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10115710#M84195</guid>
      <dc:creator>JTBWorld</dc:creator>
      <dc:date>2021-02-26T22:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: acad core sonsole not running lisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10117822#M84196</link>
      <description>yes I tried that still did not run maybe I should send you a test autocad file. It runs fine in an open cad file. just not in the core environment. I don’t under stand why when a file is open it works just fine or if I run scriptpro and call the same script it runs, its just slower as is opens each file. will I guess I just keep trying sooner or later I might figure it out. Thanks for your help.&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Feb 2021 03:57:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10117822#M84196</guid>
      <dc:creator>lisaj98052</dc:creator>
      <dc:date>2021-02-28T03:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: acad core sonsole not running lisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10118084#M84197</link>
      <description>&lt;P&gt;Some of the code functions used are not supported to run in the Core Console.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2021 08:49:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10118084#M84197</guid>
      <dc:creator>JTBWorld</dc:creator>
      <dc:date>2021-02-28T08:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: acad core sonsole not running lisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10118090#M84198</link>
      <description>&lt;P&gt;You can run accoreconsole.exe and try run it directly there and you see what is not working.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Command: (vlax-get-acad-object)&lt;BR /&gt;; error: no function definition: VLAX-GET-ACAD-OBJECT&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2021 08:54:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10118090#M84198</guid>
      <dc:creator>JTBWorld</dc:creator>
      <dc:date>2021-02-28T08:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: acad core sonsole not running lisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10120068#M84199</link>
      <description>&lt;P&gt;To expand on the previous answers, a little background: AutoCAD Core Console was created when building the AutoCAD for Apple Mac. In that work AutoCAD was split to the machine dependent part, including all the user interface stuff, graphics etc, and the machine-independent part, which is the same for Mac and Windows. The latter is AutoCAD Core Console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So ACC doesn't contain anything Windows -specific, which means ActiveX isn't included.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, no need to experiment, no function starting with vlax- or vla- will work. You'll need to re-write all the parts containing those if you wish to use that program on ACC, using the older-style operations like ENTMAKE.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 10:09:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10120068#M84199</guid>
      <dc:creator>martti.halminen</dc:creator>
      <dc:date>2021-03-01T10:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: acad core sonsole not running lisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10120766#M84200</link>
      <description>Thank you very much for that explanation, it gives me a better&lt;BR /&gt;understanding.&lt;BR /&gt;Maybe I will have to look into how I can rewrite it. I slope as a developer&lt;BR /&gt;it's hasr to write code that will run on or in all platforms.&lt;BR /&gt;&lt;BR /&gt;Thanks. Lisa&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Mar 2021 15:01:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10120766#M84200</guid>
      <dc:creator>lisaj98052</dc:creator>
      <dc:date>2021-03-01T15:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: acad core sonsole not running lisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10120914#M84201</link>
      <description>&lt;P&gt;If you need help to rewrite the code feel free to &lt;A href="https://jtbworld.com/contact" target="_self"&gt;contact me&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 16:02:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-core-sonsole-not-running-lisp/m-p/10120914#M84201</guid>
      <dc:creator>JTBWorld</dc:creator>
      <dc:date>2021-03-01T16:02:30Z</dc:date>
    </item>
  </channel>
</rss>

