<?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>tema &amp;quot;Save all as&amp;quot; en AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7343913#M895936</link>
    <description>&lt;P&gt;Is there a way to do a "save all as"?&lt;/P&gt;&lt;P&gt;For example, say I have 10 drawing files open and I've made changes to them, then I realize I need to keep the original versions as well as the modified versions. Is there a way to do a "save as" on all of them at the same time?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2017 23:54:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-31T23:54:55Z</dc:date>
    <item>
      <title>"Save all as"</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7343913#M895936</link>
      <description>&lt;P&gt;Is there a way to do a "save all as"?&lt;/P&gt;&lt;P&gt;For example, say I have 10 drawing files open and I've made changes to them, then I realize I need to keep the original versions as well as the modified versions. Is there a way to do a "save as" on all of them at the same time?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 23:54:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7343913#M895936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T23:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: "Save all as"</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7343961#M895937</link>
      <description>&lt;P&gt;My first thought would be to simply exit AutoCAD and answer YES to saving each one as it closes. &amp;nbsp;THEN... Got to the folder that holds the files and change the extension of the .bak files to dwg and add the "_old" suffix to the end of each file name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The bak files are the previous existence of the file before the last save.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other than that a LISP routine could be used I suppose.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 00:32:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7343961#M895937</guid>
      <dc:creator>beyoungjr</dc:creator>
      <dc:date>2017-09-01T00:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: "Save all as"</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7344945#M895984</link>
      <description>You will need to automate with LISP: ask in that forum for help with coding &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130&lt;/A&gt;</description>
      <pubDate>Fri, 01 Sep 2017 12:46:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7344945#M895984</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2017-09-01T12:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: "Save all as"</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7345467#M896042</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I didn't think about using the .bak files. Is there any way to get the files as they were at a specific date/time?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 15:32:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7345467#M896042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-01T15:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: "Save all as"</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7345468#M896043</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I have posted the question in the lisp forum.&lt;/P&gt;&lt;P&gt;We shall see...&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 15:33:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7345468#M896043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-01T15:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: "Save all as"</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7345478#M896044</link>
      <description>&lt;P&gt;The name of the bak file is the same as the name of the dwg file. &amp;nbsp;You only get one bak file when you perform a save on a dwg. &amp;nbsp;There are not other versions at other dates and times.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Blaine&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 15:36:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/quot-save-all-as-quot/m-p/7345478#M896044</guid>
      <dc:creator>beyoungjr</dc:creator>
      <dc:date>2017-09-01T15:36:00Z</dc:date>
    </item>
  </channel>
</rss>

