<?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: AutoCAD Redefine Blocks Bulk in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356566#M22221</link>
    <description>It's more the process that I need to understand, I can't upload the blocks as they are security sensitive to the client I work for.&lt;BR /&gt;&lt;BR /&gt;This template would have the same implications however, just not the correct blocks</description>
    <pubDate>Mon, 06 Nov 2023 11:19:02 GMT</pubDate>
    <dc:creator>kieran.leadbetter</dc:creator>
    <dc:date>2023-11-06T11:19:02Z</dc:date>
    <item>
      <title>AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12349877#M22213</link>
      <description>&lt;P&gt;Hello, would anyone know how of a lisp which will redefine a block if it exists within another drawing.&lt;BR /&gt;&lt;BR /&gt;I have 500+ Blocks in a master file which contain blocks which need to be updated regularly, and as there are so many it makes it difficult to use design centre to redefine a block with so many block names.&lt;BR /&gt;&lt;BR /&gt;So hoping a more easier solution is, if blocks in drawing A exist, then update/redefine block to match drawing B (Master File).&lt;BR /&gt;&lt;BR /&gt;I have spent all day looking at programs like WBlock, BlockUpdate, BlockOut, but none complete the task smoothly. My original plan was to somehow bulk-xref all the blocks in the master file to individual xrefs, meaning I could still open the drawing and copy the blocks where required, and if the block updates, it will be automatically updated in any other relevant drawing.&lt;BR /&gt;&lt;BR /&gt;Please help me with this if anyone can,&lt;BR /&gt;Kind Regards&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 11:19:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12349877#M22213</guid>
      <dc:creator>kieran.leadbetter</dc:creator>
      <dc:date>2023-11-06T11:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12350225#M22214</link>
      <description>Just INSERT the not-updated drawing A into the uber-updated Drawing B, then SAVEAS to create a new drawing A version2.0&lt;BR /&gt;&lt;BR /&gt;That's it.</description>
      <pubDate>Thu, 02 Nov 2023 19:13:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12350225#M22214</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-11-02T19:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12351751#M22215</link>
      <description>&lt;P&gt;Hello, sorry for the late reply, I thought I had sent a reply this morning.&lt;BR /&gt;&lt;BR /&gt;This wouldn't work, I am attempting to make this an automated task due to the quanity of drawings which will be required in future as well as drawings being linked to others and such.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 12:31:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12351751#M22215</guid>
      <dc:creator>kieran.leadbetter</dc:creator>
      <dc:date>2023-11-03T12:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12351821#M22216</link>
      <description>&lt;P&gt;Redefining the blocks by bulk is definitely doable. &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Xrefs will work the best for your requirement&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12891562"&gt;@kieran.leadbetter&lt;/a&gt;&amp;nbsp;, is it too late to do that now? &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i’m thinking if that can also be done programagically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 13:00:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12351821#M22216</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2023-11-03T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12352105#M22217</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12891562"&gt;@kieran.leadbetter&lt;/a&gt;&amp;nbsp;You could try the code &lt;A href="https://www.cadtutor.net/forum/topic/78241-replacing-old-blocks-with-the-same-name-new-block/#comment-622908" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;HERE&lt;/STRONG&gt;&lt;/A&gt;. It requires your 500+ blocks to be separate drawings within AutoCAD's search path to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use this code to extract them from your template:&lt;/P&gt;
&lt;LI-CODE lang="lisp"&gt;(defun c:exportblocks (/ p)
  (setvar 'cmdecho 0)
  (setq p (strcat (getvar 'dwgprefix) "_ExportedBlocks\\"))
  (vl-mkdir p)
  (vlax-for b (vla-get-blocks (vla-get-activedocument (vlax-get-acad-object)))
    (if	(= 0 (vlax-get b 'isxref) (vlax-get b 'islayout))
      (command "._-wblock" (strcat p (vla-get-name b) ".dwg") (vla-get-name b))
    )
  )
  (setvar 'cmdecho 1)
  (alert p)
  (princ)
)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 03 Nov 2023 14:36:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12352105#M22217</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2023-11-03T14:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356507#M22218</link>
      <description>It's not too late, I was attempting to do this but was uncertain of how to set this up, every single block would be required to be an xref,&lt;BR /&gt;&lt;BR /&gt;Drawing A - Original and gets drawn in&lt;BR /&gt;Drawing B - Everyblock is a unique xref to drawing A, as well as matching coordinates&lt;BR /&gt;Drawing C - Any drawings I work across in future, links into drawing B, allowing me to freely edit Drawing A without damaging any xref stuff&lt;BR /&gt;&lt;BR /&gt;I can't xref via file names however, I would need to xref via the blocks otherwise it would take way too long to work with&lt;BR /&gt;&lt;BR /&gt;Any ideas on how to set this up</description>
      <pubDate>Mon, 06 Nov 2023 10:50:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356507#M22218</guid>
      <dc:creator>kieran.leadbetter</dc:creator>
      <dc:date>2023-11-06T10:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356511#M22219</link>
      <description>The exporting all blocks lisp works like a charm, however when I run that code from the link you gave, nothing happens, it runs the command, but nothing afterwards&lt;BR /&gt;Command Promt shows:&lt;BR /&gt;&lt;BR /&gt;Command: foo&lt;BR /&gt;Command:</description>
      <pubDate>Mon, 06 Nov 2023 10:53:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356511#M22219</guid>
      <dc:creator>kieran.leadbetter</dc:creator>
      <dc:date>2023-11-06T10:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356545#M22220</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12891562"&gt;@kieran.leadbetter&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Drawing A - Original and gets drawn in&lt;BR /&gt;Drawing B - Everyblock is a unique xref to drawing A, as well as matching coordinates&lt;BR /&gt;Drawing C - Any drawings I work across in future, links into drawing B, allowing me to freely edit Drawing A without damaging any xref stuff&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Post a sample drawing and let's see what other forum members come up with.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 11:10:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356545#M22220</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2023-11-06T11:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356566#M22221</link>
      <description>It's more the process that I need to understand, I can't upload the blocks as they are security sensitive to the client I work for.&lt;BR /&gt;&lt;BR /&gt;This template would have the same implications however, just not the correct blocks</description>
      <pubDate>Mon, 06 Nov 2023 11:19:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356566#M22221</guid>
      <dc:creator>kieran.leadbetter</dc:creator>
      <dc:date>2023-11-06T11:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356592#M22222</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12891562"&gt;@kieran.leadbetter&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;This template would have the same implications however, just not the correct blocks&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;What template are you referring to?&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;You mean the drawing attachment at post #1?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12891562"&gt;@kieran.leadbetter&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;SPAN&gt;f blocks in drawing A exist, then update/redefine block to match drawing B&amp;nbsp;&amp;nbsp;(Master File )&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Drawing A and drawing B currently open?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we assume Block Insertion point will remain the same?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 11:55:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356592#M22222</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2023-11-06T11:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356696#M22223</link>
      <description>The insertion point should remain the same yes, this xref method is a last resort however&lt;BR /&gt;&lt;BR /&gt;I just learned you can not xref a dynamic block without losing its dynamic abilities, more than half of these blocks are dynamic</description>
      <pubDate>Mon, 06 Nov 2023 12:27:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356696#M22223</guid>
      <dc:creator>kieran.leadbetter</dc:creator>
      <dc:date>2023-11-06T12:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356803#M22224</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12891562"&gt;@kieran.leadbetter&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I just learned you can not xref a dynamic block without losing its dynamic abilities, more than half of these &lt;FONT size="3"&gt;blocks are dynamic&lt;/FONT&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;You are absolutely right. there will be&amp;nbsp;complications. what about that template you're&amp;nbsp;referring to, how complex is this Dynamic block of yours.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 13:32:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12356803#M22224</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2023-11-06T13:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12357158#M22225</link>
      <description>&lt;P&gt;Quite, its 4 blocks for an orthographic drawing pack, every block contains some aspect of dynamic block, some just stretch some lines, but some others control visibilities which then some contain 8 within the block&lt;BR /&gt;&lt;BR /&gt;Its a large task which is why I'm trying to automate what I can.&lt;BR /&gt;&lt;BR /&gt;As Xref won't be a possiblity now, the most efficient way I can think is to find some sort of method to batch Redefine Blocks like I initially intended, but for some reason no lisp I use or external program seems to work&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 14:56:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12357158#M22225</guid>
      <dc:creator>kieran.leadbetter</dc:creator>
      <dc:date>2023-11-06T14:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12357659#M22226</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/564264"&gt;@pbejse&lt;/a&gt;, I have came across couple broken LISPs (attached), but I am not a programmer, so dont know how to fix this lisp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It was created for user to select the source drawing, block, and then multiple destination drawings in a dialog box. After the selections, it updates and redefines the block at its own insertion point in the chosen destination drawings. To exit the selection of destination drawings, press Enter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would you think this might be a start and may fix this to get things automated, please.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 19:05:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12357659#M22226</guid>
      <dc:creator>Ranjit_Singh_WA</dc:creator>
      <dc:date>2023-11-06T19:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12357807#M22227</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12891562"&gt;@kieran.leadbetter&lt;/a&gt;&amp;nbsp;Did you add that _ExportedBlocks folder to AutoCAD search path? If not the code cannot find them.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 18:20:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12357807#M22227</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2023-11-06T18:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12362302#M22228</link>
      <description>Morning, yes but for some reason it does nothing, I put in the file path where it says *|*&lt;BR /&gt;&lt;BR /&gt;(defun c:Redef (/ file out)&lt;BR /&gt;(vlax-for x (vla-get-blocks (vla-get-activedocument (vlax-get-acad-object)))&lt;BR /&gt;(if (not (wcmatch (strcase (vla-get-name x)) "C:\Users\KL\Desktop\_ExportedBlocks"))&lt;BR /&gt;(setq out (cons (vla-get-name x) out))&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;(setvar 'cmdecho 0)&lt;BR /&gt;(foreach x out&lt;BR /&gt;(if (setq file (findfile (strcat x ".dwg")))&lt;BR /&gt;(progn (command ".-INSERT" (strcat x "=" file) nil)&lt;BR /&gt;(and (ssget "_x" (list '(0 . "insert") (cons 2 x) '(66 . 1)))&lt;BR /&gt;(command "._attsync" "name" x)&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;(setvar 'cmdecho 1)&lt;BR /&gt;(princ)&lt;BR /&gt;)</description>
      <pubDate>Wed, 08 Nov 2023 09:59:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12362302#M22228</guid>
      <dc:creator>kieran.leadbetter</dc:creator>
      <dc:date>2023-11-08T09:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12363186#M22229</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12891562"&gt;@kieran.leadbetter&lt;/a&gt;&amp;nbsp;Try this. Note you have to put double backslashes in paths for lisp. The WCMATCH "*|*" prevents using blocks that are within xrefs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="lisp"&gt;(defun c:redef (/ file out path)
  (setq path "C:\\Users\\KL\\Desktop\\_ExportedBlocks\\")
  (vlax-for x (vla-get-blocks (vla-get-activedocument (vlax-get-acad-object)))
    (if	(not (wcmatch (strcase (vla-get-name x)) "*|*"))
      (setq out (cons (vla-get-name x) out))
    )
  )
  (setvar 'cmdecho 0)
  (foreach x out
    (if	(setq file (findfile (strcat path x ".dwg")))
      (progn (command ".-INSERT" (strcat x "=" file) nil)
	     (and (ssget "_x" (list '(0 . "insert") (cons 2 x) '(66 . 1)))
		  (command "._attsync" "name" x)
	     )
      )
    )
  )
  (setvar 'cmdecho 1)
  (princ)
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 19:45:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12363186#M22229</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2023-11-08T19:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12365263#M22230</link>
      <description>You sir are a godsend, it works perfectly, even functions perfect with dynamic block (doesn't change visibilities or override anything else)&lt;BR /&gt;&lt;BR /&gt;Thank you so much, and thank you everyone else for your help also&lt;BR /&gt;&lt;BR /&gt;Would you be able to explain why it requries a double \\ on the path links</description>
      <pubDate>Thu, 09 Nov 2023 10:09:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12365263#M22230</guid>
      <dc:creator>kieran.leadbetter</dc:creator>
      <dc:date>2023-11-09T10:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Redefine Blocks Bulk</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12366352#M22231</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12891562"&gt;@kieran.leadbetter&lt;/a&gt;&amp;nbsp;Glad to help! The double backslash is an escape character for \. Read &lt;A href="https://en.wikipedia.org/wiki/Escape_character" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;HERE&lt;/STRONG&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paste this into the command line for a quick visual interpretation.&lt;/P&gt;
&lt;P&gt;(alert "C:\Temp")&lt;BR /&gt;(alert "C:\\Temp")&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 17:02:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-redefine-blocks-bulk/m-p/12366352#M22231</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2023-11-09T17:02:33Z</dc:date>
    </item>
  </channel>
</rss>

