<?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: Is there a way to Open/Qsave/Close a group of files automatically in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304361#M4208</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16872025"&gt;@canadamcadusa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;SPAN&gt;If the drawings are just opened and nothing is modified, then SAVEALL does not do anything...&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That is how it is supposed to work, but for some with customizations, that's not true anymore. Is it tested at your end to be that way for you?&lt;/P&gt;&lt;P&gt;Why do you want to save a file again if it has already been saved and does not need to be saved?&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/16872025"&gt;@canadamcadusa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...and the fields will not be updated when batch plotting or extracting information from the files.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But that's not in your original ask, is that now a requirement too? Open, extract info, update fields, then plot then save then close?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2025 19:35:27 GMT</pubDate>
    <dc:creator>pendean</dc:creator>
    <dc:date>2025-02-06T19:35:27Z</dc:date>
    <item>
      <title>Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304222#M4200</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the title says, I am looking for a way to open/save/close a folder full of files. The reason, is that I can update the fields within the drawings so that I can then extract all the block attribute information.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have tried using Express tools SaveAll, but it will only save the drawings that have been modified since opening.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The painful work around that I have been using is to open all the files, and the rightclick each of their tabs and select save(seems to be the quickest way to physically do it). Once I have done them all, I then use the closeall command and extract the information I am needing.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am also aware that I can just open all the files and then extract all the data while they are open. But I am looking for a way to just have all the files save over themselves so that I don't have to open all 100-300 cad files(usually have to do them in chunks of 50 or so at a time).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would think that a lisp could do it, as I have seen other lisps that can open drawings and close them again, but I don't know enough about them to modify it to save the file as well.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 17:58:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304222#M4200</guid>
      <dc:creator>canadamcadusa</dc:creator>
      <dc:date>2025-02-06T17:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304240#M4201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If DWGCONVERT not works, you can use a script and a way to run this tool in "all" drawings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ScriptPro is a tool what can do that (linked to acad.exe)&lt;/P&gt;&lt;P&gt;With a script.scr file content:&lt;/P&gt;&lt;P&gt;_QSAVE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use AutoCAD ScriptPro as searchphrase in www and you will find a lot of ways to run a batch job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 18:10:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304240#M4201</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-02-06T18:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304270#M4202</link>
      <description>&lt;P&gt;The attached file, BatchOSC.lsp is a LISP file that will process (Open/Save/Close) every drawing in a selected directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Usage:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;DL and save BatchOSC.lsp to a &lt;A href="https://help.autodesk.com/view/ACDLT/2025/ENU/?guid=GUID-348D791E-D621-444F-B059-C0C6F97AD69F" target="_blank" rel="noopener"&gt;support&lt;/A&gt;/&lt;A href="https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-2FB4611D-F141-48D5-9B6E-460EB59351AF" target="_blank" rel="noopener"&gt;trusted&lt;/A&gt; directory.&lt;/LI&gt;&lt;LI&gt;Drag/drop Batch.lsp onto any dwg that is NOT in the directory you will be processing dwgs from.&lt;/LI&gt;&lt;LI&gt;Type: BatchOSC&lt;/LI&gt;&lt;LI&gt;Locate the directory to process dwg files.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 06 Feb 2025 18:31:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304270#M4202</guid>
      <dc:creator>DGCSCAD</dc:creator>
      <dc:date>2025-02-06T18:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304293#M4203</link>
      <description>&lt;P&gt;SAVEALL and CLOSEALL are all core commands for quite a few versions now&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16872025"&gt;@canadamcadusa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 18:48:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304293#M4203</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2025-02-06T18:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304301#M4204</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RL.PNG" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1463778i24588B0B45B7319E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RL.PNG" alt="RL.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 18:50:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304301#M4204</guid>
      <dc:creator>baksconstructor</dc:creator>
      <dc:date>2025-02-06T18:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304337#M4205</link>
      <description>&lt;P&gt;SAVEALL only works if the drawings have modifications to them. If the drawings are just opened and nothing is modified, then SAVEALL does not do anything. and the fields will not be updated when batch plotting or extracting information from the files.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 19:17:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304337#M4205</guid>
      <dc:creator>canadamcadusa</dc:creator>
      <dc:date>2025-02-06T19:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304338#M4206</link>
      <description>&lt;P&gt;I will give this a try.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 19:17:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304338#M4206</guid>
      <dc:creator>canadamcadusa</dc:creator>
      <dc:date>2025-02-06T19:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304339#M4207</link>
      <description>&lt;P&gt;I will give this a try.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 19:18:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304339#M4207</guid>
      <dc:creator>canadamcadusa</dc:creator>
      <dc:date>2025-02-06T19:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304361#M4208</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16872025"&gt;@canadamcadusa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;SPAN&gt;If the drawings are just opened and nothing is modified, then SAVEALL does not do anything...&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That is how it is supposed to work, but for some with customizations, that's not true anymore. Is it tested at your end to be that way for you?&lt;/P&gt;&lt;P&gt;Why do you want to save a file again if it has already been saved and does not need to be saved?&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/16872025"&gt;@canadamcadusa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...and the fields will not be updated when batch plotting or extracting information from the files.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But that's not in your original ask, is that now a requirement too? Open, extract info, update fields, then plot then save then close?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 19:35:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304361#M4208</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2025-02-06T19:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304380#M4209</link>
      <description>&lt;P&gt;I was unable to locate the lisp you have shown above, otherwise I think that it looks like it would achieve what I was hoping to do.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 19:46:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304380#M4209</guid>
      <dc:creator>canadamcadusa</dc:creator>
      <dc:date>2025-02-06T19:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304383#M4210</link>
      <description>&lt;P&gt;This worked wonders! Obviously still takes a while to save all the drawings, but at least I a free to do other things while it is doing the saving.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 19:47:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304383#M4210</guid>
      <dc:creator>canadamcadusa</dc:creator>
      <dc:date>2025-02-06T19:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304454#M4211</link>
      <description>&lt;P&gt;Glad you got it sorted. If you have any questions about how it all works, ask away and either myself or the other helpful members here will have answers for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's to longer coffee breaks.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 20:33:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304454#M4211</guid>
      <dc:creator>DGCSCAD</dc:creator>
      <dc:date>2025-02-06T20:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304469#M4212</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212"&gt;@pendean&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16872025"&gt;@canadamcadusa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;SPAN&gt;If the drawings are just opened and nothing is modified, then SAVEALL does not do anything...&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That is how it is supposed to work, but for some with customizations, that's not true anymore. Is it tested at your end to be that way for you?&lt;/P&gt;&lt;P&gt;Why do you want to save a file again if it has already been saved and does not need to be saved?&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/16872025"&gt;@canadamcadusa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...and the fields will not be updated when batch plotting or extracting information from the files.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But that's not in your original ask, is that now a requirement too? Open, extract info, update fields, then plot then save then close?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;"As the title says, I am looking for a way to open/save/close a folder full of files. The reason, is that I can update the fields within the drawings so that I can then extract all the block attribute information.&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;I have tried using Express tools SaveAll, but it will only save the drawings that have been modified since opening. "&lt;/EM&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe I didn't state it perfectly, but I say that I need to get the fields to update so that I can extract the data. The fields won't update in the file unless the drawing is saved again, and SAVEALL does not do anything unless there are modifications to the drawing. Fields updating automatically does not count as a modification, at least not to my AutoCAD. For example;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;The title block of the drawing uses the file name to be the drawing no.&lt;BR /&gt;If I change the file name and extract the data from titleblock without opening the drawing, it doesn't get updated.&lt;BR /&gt;If I open the file, it will show the new name in the titleblock, but closing the file again after this does not save that name in the title block. So if I then extract again after closing the file, it is still the old name.&amp;nbsp;&lt;BR /&gt;The file needs to be opened to update the field, then saved so that the field update is retained.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is just one example of a field in the drawing that needs to be updated so that it can be extracted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This also seems to apply to batch plotting. I didn't mention it in the original message, as I noticed it afterwards, but it still applies regardless.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 20:45:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13304469#M4212</guid>
      <dc:creator>canadamcadusa</dc:creator>
      <dc:date>2025-02-06T20:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13305794#M4213</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16872025"&gt;@canadamcadusa&lt;/a&gt;&amp;nbsp;REGENALL updated FIELDs, always has.&lt;/P&gt;&lt;P&gt;and when you OPEN a DWG file, the FIELDs are updated as well.&lt;/P&gt;&lt;P&gt;BUT... ensure you are not just fighting your own chosen settings for FIELDEVAL&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-EF5D2DDE-A170-4BB4-8F76-7F3FAFE30E56" target="_blank"&gt;https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-EF5D2DDE-A170-4BB4-8F76-7F3FAFE30E56&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 13:35:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13305794#M4213</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2025-02-07T13:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13306218#M4214</link>
      <description>&lt;P&gt;Hey Adam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you didn't respond to my post&lt;/P&gt;&lt;P&gt;"If DWGCONVERT not works, you can use a script and a way to run this tool in "all" drawings."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I tested and it works without a problem.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Nice side effect, you can also clean up your files at the same time, lol.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if asnyone don't like to use 3rd Tools/Code or is using AutCAD LT older than 2024:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DWGCONVERT from Acad would open each file visible on screen and prevent you from using the program in parallel,&lt;/P&gt;&lt;P&gt;I prefer to install DWGTRUEVIEW (what everyone should have for batch format convert jobs)&lt;/P&gt;&lt;P&gt;and run DWGCONVERT from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Setup an IN-PLACE - file overwrite&amp;nbsp; conversion setup and rock on.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 16:18:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13306218#M4214</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-02-07T16:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13306308#M4215</link>
      <description>&lt;P&gt;&lt;EM&gt;" REGENALL updated FIELDs, always has."&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;this would allow me to then save the drawings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"and when you OPEN a DWG file, the FIELDs are updated as well."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;You are correct, but SAVEALL won't do anything at this point. I would have to REGENALL first, then SAVEALL would work. .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 17:01:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13306308#M4215</guid>
      <dc:creator>canadamcadusa</dc:creator>
      <dc:date>2025-02-07T17:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Open/Qsave/Close a group of files automatically</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13306324#M4216</link>
      <description>&lt;P&gt;&lt;EM&gt;"Setup an IN-PLACE - file overwrite&amp;nbsp; conversion setup and rock on."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I didn't read to the end to see this at first and fumbled around with it, found it in the end and then thought about coming here to mention it, only to see it at the bottom or your response lol....&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This worked really well actually, and does have some added benefits like purging and other nice file maintenance aspects to it as well.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you very much for the great idea.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 17:10:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-way-to-open-qsave-close-a-group-of-files/m-p/13306324#M4216</guid>
      <dc:creator>canadamcadusa</dc:creator>
      <dc:date>2025-02-07T17:10:50Z</dc:date>
    </item>
  </channel>
</rss>

