<?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 Create a button that Saves a dwg as a 2013 version while overwriting the original. in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14134855#M171111</link>
    <description>&lt;P&gt;As the title describes. Our company creates and keeps our drawings in the 2024 .dwg format. We have a program that copies any plate drawings to sub folders separated by plate thickness under a folder labeled (CNC).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This CNC folder is used more by our regular jobs, but we have a another side to our business that deals with Controlled Goods and the company that does the CNC for us there only can open 2013 drawings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we have to open drawings, do a little cleanup and do a SaveAs to 2013. I know we can do a batch SaveAs with DWG Trueview, but that means I just have to open another program, and I don't want too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a button, that&amp;nbsp;SaveAs a dwg as a 2013 version while overwriting the original.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I've already created the button, but I'm stuck on the macro. I'd rather not make a lisp, I was hoping for a simple macro. This is what I have, but I feel like I need a "Y" in there after the 2013 to accept the current filename and location, but it isn't working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;^C^C_FILEDIA;0;-SAVEAS;2013;;_FILEDIA;1;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Could someone give me a hand please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2026 17:40:22 GMT</pubDate>
    <dc:creator>gmclellanT542G</dc:creator>
    <dc:date>2026-05-19T17:40:22Z</dc:date>
    <item>
      <title>Create a button that Saves a dwg as a 2013 version while overwriting the original.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14134855#M171111</link>
      <description>&lt;P&gt;As the title describes. Our company creates and keeps our drawings in the 2024 .dwg format. We have a program that copies any plate drawings to sub folders separated by plate thickness under a folder labeled (CNC).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This CNC folder is used more by our regular jobs, but we have a another side to our business that deals with Controlled Goods and the company that does the CNC for us there only can open 2013 drawings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we have to open drawings, do a little cleanup and do a SaveAs to 2013. I know we can do a batch SaveAs with DWG Trueview, but that means I just have to open another program, and I don't want too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a button, that&amp;nbsp;SaveAs a dwg as a 2013 version while overwriting the original.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I've already created the button, but I'm stuck on the macro. I'd rather not make a lisp, I was hoping for a simple macro. This is what I have, but I feel like I need a "Y" in there after the 2013 to accept the current filename and location, but it isn't working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;^C^C_FILEDIA;0;-SAVEAS;2013;;_FILEDIA;1;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Could someone give me a hand please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 17:40:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14134855#M171111</guid>
      <dc:creator>gmclellanT542G</dc:creator>
      <dc:date>2026-05-19T17:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create a button that Saves a dwg as a 2013 version while overwriting the original.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14134988#M171112</link>
      <description>&lt;P&gt;Try either of these:&lt;/P&gt;&lt;P&gt;^C^C_FILEDIA;0;_-SAVEAS;2013;;_Y;_FILEDIA;1;&lt;/P&gt;&lt;P&gt;^C^C_FILEDIA;0;_SAVEAS;2013;;_Y;_FILEDIA;1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what version are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 19:33:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14134988#M171112</guid>
      <dc:creator>Blue_Mojito</dc:creator>
      <dc:date>2026-05-19T19:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create a button that Saves a dwg as a 2013 version while overwriting the original.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14134996#M171113</link>
      <description>&lt;P&gt;There is also the +SAVEAS ( with the plus sign prefix).&lt;/P&gt;&lt;P&gt;This way you don't have to change FILEDIA....&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 19:40:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14134996#M171113</guid>
      <dc:creator>gbattinPH5TG</dc:creator>
      <dc:date>2026-05-19T19:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create a button that Saves a dwg as a 2013 version while overwriting the original.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14135006#M171114</link>
      <description>&lt;P&gt;Hi Blue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using 2024.&lt;/P&gt;&lt;P&gt;The following did work for me. I had a dash where the underscore is before the "_SAVEAS" was. I swear I tried the underscore at one point, lol. Anyways, thank you!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;^C^C_FILEDIA;0;_SAVEAS;2013;;_Y;_FILEDIA;1;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 19:44:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14135006#M171114</guid>
      <dc:creator>gmclellanT542G</dc:creator>
      <dc:date>2026-05-19T19:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create a button that Saves a dwg as a 2013 version while overwriting the original.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14135029#M171115</link>
      <description>&lt;P&gt;While +SAVEAS does remove the need to change the FILEDIA, it's saving it in My Documents, not overwriting the existing file. This is what I was trying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;^C^C_+SAVEAS;dwG;2013;;_Y;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 19 May 2026 20:00:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14135029#M171115</guid>
      <dc:creator>gmclellanT542G</dc:creator>
      <dc:date>2026-05-19T20:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create a button that Saves a dwg as a 2013 version while overwriting the original.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14135081#M171118</link>
      <description>&lt;P&gt;Yeah, I always get confused with the whole _save -save .-save&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 20:47:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-a-button-that-saves-a-dwg-as-a-2013-version-while/m-p/14135081#M171118</guid>
      <dc:creator>Blue_Mojito</dc:creator>
      <dc:date>2026-05-19T20:47:29Z</dc:date>
    </item>
  </channel>
</rss>

