<?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: re organizing macro changing the folder paths into the macro files. is it possible? in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12132846#M3823</link>
    <description>&lt;P&gt;Hi and thank you .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just ask you , last one and if and when you can .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to cut away the part _VTR&amp;nbsp; in a lot of macro files names.&lt;/P&gt;&lt;P&gt;for example&amp;nbsp;&lt;/P&gt;&lt;P&gt;HAIMER_100_SU_4R2_VTR.mac&lt;/P&gt;&lt;P&gt;should become&amp;nbsp;&lt;/P&gt;&lt;P&gt;HAIMER_100_SU_4R2.mac&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;Or, since you are a master on this, if possible to input the part to be changed or deleted.&lt;/P&gt;&lt;P&gt;I mean to choose if _VTR or _ZEPHYR or input part to be cut off or sobstitute.&lt;/P&gt;&lt;P&gt;this Is my last ask and I really thank you because otherwise it was impossible for me to come out of the trouble&lt;/P&gt;&lt;P&gt;Thank you again really.&lt;/P&gt;&lt;P&gt;And have good holidays If you can&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2023 07:05:07 GMT</pubDate>
    <dc:creator>benettitec01</dc:creator>
    <dc:date>2023-07-28T07:05:07Z</dc:date>
    <item>
      <title>re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12075783#M3809</link>
      <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;when I made my macros I has been used to put them intofolders nested a lot , (nesting them with long folder paths).&lt;/P&gt;&lt;P&gt;This was because I had to made groups of macros for eacn milling machine.&lt;/P&gt;&lt;P&gt;Now, Is there a software that can canges , into each of my macro text files, the path folders?&lt;/P&gt;&lt;P&gt;here a simple example I underlined what I have to change, the path folder:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to change this:&lt;/P&gt;&lt;P&gt;STRING ARRAY Choices[] = { "sbalzo 50", "applica HAIMER 100"}&lt;/P&gt;&lt;P&gt;INT C = INPUT CHOICE $Choices "6R1"&lt;BR /&gt;IF $C==0 {&lt;BR /&gt;MACRO "&lt;U&gt;C:\pmill4\micromacro\MACRO_SGROSSATURA\VTR\6R1&lt;/U&gt;\6R1_sbalzo_50.mac"&lt;BR /&gt;} ELSEIF $C==1 {&lt;BR /&gt;MACRO "&lt;U&gt;C:\pmill4\micromacro\MACRO_SGROSSATURA\VTR\6R1&lt;/U&gt;\APPLICA_PINZA_HAIMER.mac"&lt;BR /&gt;}&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;&lt;P&gt;into this:&lt;/P&gt;&lt;P&gt;STRING ARRAY Choices[] = { "sbalzo 50", "applica HAIMER 100"}&lt;/P&gt;&lt;P&gt;INT C = INPUT CHOICE $Choices "6R1"&lt;BR /&gt;IF $C==0 {&lt;BR /&gt;MACRO "&lt;U&gt;C:\main\&lt;/U&gt;6R1_sbalzo_50.mac"&lt;BR /&gt;} ELSEIF $C==1 {&lt;BR /&gt;MACRO "&lt;U&gt;C:\main\&lt;/U&gt;APPLICA_PINZA_HAIMER.mac"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tons of macros, and all of them are inside long path folders.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean, to put all the macros into one mail folder "pmill6" I know there is a software that can move all the files nested from different folders&amp;nbsp; into one main folder at once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I need also to re write the path folders into each text contained into each macro. (impossible to change the path one by one by hand of each macro)!&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;&lt;P&gt;all my macros are one word called, using _ as a separator, so it is a united word named_all_like_this_for_example.mac , maybe there is a way to thange the toolpaths folder into the text macro files?&lt;/P&gt;&lt;P&gt;some pyton editor?&lt;/P&gt;&lt;P&gt;or a powerfull text editor?&lt;/P&gt;&lt;P&gt;who knows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If some had same problem and solved, please inform me.&lt;/P&gt;&lt;P&gt;No Idea on a reasonable solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 06:48:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12075783#M3809</guid>
      <dc:creator>info</dc:creator>
      <dc:date>2023-07-03T06:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12076264#M3810</link>
      <description>&lt;P&gt;If i am understanding you correctly you wish to edit a bunch a of macros and recognise and replace text within them?&lt;/P&gt;&lt;P&gt;If so might i suggest using Notepad++, a free download, i use it for this purpose from time to time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kevinhammond3WX4X_0-1688383795318.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1235951iD8F6DF92B7A84725/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kevinhammond3WX4X_0-1688383795318.png" alt="kevinhammond3WX4X_0-1688383795318.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 11:30:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12076264#M3810</guid>
      <dc:creator>kevin.hammond3WX4X</dc:creator>
      <dc:date>2023-07-03T11:30:05Z</dc:date>
    </item>
    <item>
      <title>Betreff: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12077089#M3811</link>
      <description>&lt;P&gt;This will work, I use this occasionally too. But don't forget to make backup copies of your macro files before using this. The howling is much quieter when it went wrong&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 18:33:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12077089#M3811</guid>
      <dc:creator>old_snickers</dc:creator>
      <dc:date>2023-07-03T18:33:04Z</dc:date>
    </item>
    <item>
      <title>Betreff: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12078867#M3812</link>
      <description>&lt;P&gt;well I use notepad++ yet, but this way would mean to edit any single macro.&lt;/P&gt;&lt;P&gt;I have thousands.&lt;/P&gt;&lt;P&gt;I was thinking something that would recognize a generical pattern inside any text files, and into all of them change any different pattern whith my "main" unique patter, so all the macros I would put into that main singular folder.&lt;/P&gt;&lt;P&gt;I hoped the fact&amp;nbsp; that my macros are all named with a singular name spaced with _ , but a continuous_name.mac&amp;nbsp; could be helpfull.&lt;/P&gt;&lt;P&gt;I mean, in this example,&amp;nbsp;&lt;SPAN&gt;MACRO "&lt;/SPAN&gt;C:\pmill4\micromacro\MACRO_SGROSSATURA\VTR\6R1&lt;SPAN&gt;\6R1_sbalzo_50.mac",&lt;/SPAN&gt; something similar to:&lt;/P&gt;&lt;P&gt;"in any text string path folder delete the path before the .mac name and sobstitute with&amp;nbsp;&lt;U&gt;C:\main\"&lt;/U&gt;&lt;/P&gt;&lt;P&gt;so it would like delete C:\pmill4\micromacro\MACRO_SGROSSATURA\VTR\6R1\ (all before "&lt;SPAN&gt;6R1_sbalzo_50.mac")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and sobstitute like this C:\main\6R1_sbalzo_50.mac&lt;/P&gt;&lt;P&gt;because I have a lot of simple macros. a lot.&lt;/P&gt;&lt;P&gt;sob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 13:43:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12078867#M3812</guid>
      <dc:creator>info</dc:creator>
      <dc:date>2023-07-04T13:43:29Z</dc:date>
    </item>
    <item>
      <title>Betreff: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12079335#M3813</link>
      <description>&lt;P&gt;This is exactly, what kevin.hammond3WX4X suggested. You have to use the "Find in Files"-tab to let Notepad++ find in each of the thousands files the string "C:\pmill4\micromacro\MACRO_SGROSSATURA\VTR\6R1\" and replace it with "C:\main\". Believe me, this will work! But there will be no backup, so be careful!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 18:14:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12079335#M3813</guid>
      <dc:creator>old_snickers</dc:creator>
      <dc:date>2023-07-04T18:14:00Z</dc:date>
    </item>
    <item>
      <title>Betreff: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12080127#M3814</link>
      <description>&lt;P&gt;1st: make a backup of the entire area that you are going edit, just in case you get podgy fingers and mistype something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Notepad++ click 'Search', then 'Find in files'&lt;/P&gt;&lt;P&gt;Enter text to find and replacement text, and search path i.e C:\pmill4 or wherever your macros are stored.&lt;/P&gt;&lt;P&gt;Click find all, you will be informed how many you have found, if your are happy with search results you can then click replace all.&lt;/P&gt;&lt;P&gt;repeat search for each replacement as required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kevinhammond3WX4X_0-1688537468240.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1236669i6BEE5FA71DC28898/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kevinhammond3WX4X_0-1688537468240.png" alt="kevinhammond3WX4X_0-1688537468240.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 06:13:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12080127#M3814</guid>
      <dc:creator>kevin.hammond3WX4X</dc:creator>
      <dc:date>2023-07-05T06:13:54Z</dc:date>
    </item>
    <item>
      <title>Betreff: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12080520#M3815</link>
      <description>&lt;P&gt;thanks for trying, but the matter is that each macro contains a different path folder (or more than one path).&lt;/P&gt;&lt;P&gt;that's&amp;nbsp;my problem .&lt;/P&gt;&lt;P&gt;I need an application that recognize&amp;nbsp; and select the whole path inside the macro, whatever it is, selecting all the path before the_last_world.mac (with the_last_world.mac I mean the macro name)&lt;/P&gt;&lt;P&gt;my only advantage is that the macro names in the end are a single word.mac or a word_separated_by_underscores.mac for example.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 09:21:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12080520#M3815</guid>
      <dc:creator>info</dc:creator>
      <dc:date>2023-07-05T09:21:28Z</dc:date>
    </item>
    <item>
      <title>Betreff: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12080665#M3816</link>
      <description>&lt;P&gt;For my understanding: so you have thousands of macros containing hundreds of different paths and you would have to repeat the described procedure a hundred times?&lt;/P&gt;&lt;P&gt;You need something which can find in all of the files any line with &lt;STRONG&gt;MACRO "&lt;/STRONG&gt; and replace "whatever" between &lt;STRONG&gt;MACRO "&lt;/STRONG&gt; and the last backslash &lt;STRONG&gt;\&lt;/STRONG&gt; before the second quote with a new string (your actual macro-folder). That's the idea, but I don't know any application, where you can define according rules for this "whatever".&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 10:53:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12080665#M3816</guid>
      <dc:creator>old_snickers</dc:creator>
      <dc:date>2023-07-05T10:53:16Z</dc:date>
    </item>
    <item>
      <title>Betreff: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12080694#M3817</link>
      <description>&lt;P&gt;I have not tested it, but eventually the "Replace Text" application (formerly known as "BK ReplaceEm") can do this in a way you need. There should be a function called "range search" where at least the start- and end-conditions for "find" can be defined.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 11:14:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12080694#M3817</guid>
      <dc:creator>old_snickers</dc:creator>
      <dc:date>2023-07-05T11:14:06Z</dc:date>
    </item>
    <item>
      <title>Betreff: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12098787#M3818</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4373604"&gt;@old_snickers&lt;/a&gt;&amp;nbsp;,&amp;nbsp;thanks for summarizing &amp;amp; troubleshooting the problem, here is a simple (.exe) file made by Python that does what you have described.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6331105018112w996h540r304" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6331105018112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6331105018112w996h540r304');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6331105018112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5700313"&gt;@info&lt;/a&gt;, Kindly note that the program used will overwrite the macros files, so make sure that it is not being used/opened by another program and that you have a copy/backup just in case any thing goes wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoping that your problem is solved.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 08:44:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12098787#M3818</guid>
      <dc:creator>Y.Mahran</dc:creator>
      <dc:date>2023-07-13T08:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12117353#M3819</link>
      <description>&lt;P&gt;you are a genius. And thanks a lot! just one answer: how can I change the destination&amp;nbsp; path ? (instead of&amp;nbsp; C:\main\&amp;nbsp; can I insert in the program another path? how?&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;I was info. Now&amp;nbsp;I changed my account name.&lt;/P&gt;&lt;P&gt;thank you!!!!!!!!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 13:28:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12117353#M3819</guid>
      <dc:creator>benettitec01</dc:creator>
      <dc:date>2023-07-21T13:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12120065#M3820</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14197479"&gt;@benettitec01&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made a modification so that you can insert the macro path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6331702026112w996h540r43" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6331702026112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6331702026112w996h540r43');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6331702026112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 07:38:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12120065#M3820</guid>
      <dc:creator>Y.Mahran</dc:creator>
      <dc:date>2023-07-23T07:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12121440#M3821</link>
      <description>&lt;P&gt;yeah you are!&lt;/P&gt;&lt;P&gt;(genius)&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now I discover that I have duplicated names, for example&amp;nbsp; I have a lot of 1.mac&amp;nbsp; (and some&amp;nbsp;1_1.mac yet) nested in different folders.&lt;/P&gt;&lt;P&gt;I wanted to serch and copy all my nested macros, all of them, into a unique main folder .&lt;/P&gt;&lt;P&gt;I'd need to rename all the duplicated names not manually (there are 20 1.mac, 3 1_1.mac , 3 1_2.mac and so on with 2.mac ) and I have 10_36 for a macro that rotate of 36 degrees for example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there another way than manually, for example adding suffix a b c d e.....?&lt;/P&gt;&lt;P&gt;anyway this&amp;nbsp; Macro path finder helps me a lot!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you again!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 06:44:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12121440#M3821</guid>
      <dc:creator>benettitec01</dc:creator>
      <dc:date>2023-07-24T06:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12126140#M3822</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14197479"&gt;@benettitec01&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;First of all, I am glad to hear that I could help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Second, I am sorry for taking so long to reply to your request, I was a bit busy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The following python code does the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1) Searches for (.mac) files in the current working directory and in its sub-folders.&lt;BR /&gt;2) Sorts the macros by their names&lt;BR /&gt;3) Copy the macros from their source location to a choosen distenation&lt;BR /&gt;4) Renames the macros to prevent any duplicated names&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope that I answered your question&lt;/SPAN&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6331834183112w1014h540r638" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6331834183112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6331834183112w1014h540r638');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6331834183112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 21:21:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12126140#M3822</guid>
      <dc:creator>Y.Mahran</dc:creator>
      <dc:date>2023-07-25T21:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12132846#M3823</link>
      <description>&lt;P&gt;Hi and thank you .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just ask you , last one and if and when you can .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to cut away the part _VTR&amp;nbsp; in a lot of macro files names.&lt;/P&gt;&lt;P&gt;for example&amp;nbsp;&lt;/P&gt;&lt;P&gt;HAIMER_100_SU_4R2_VTR.mac&lt;/P&gt;&lt;P&gt;should become&amp;nbsp;&lt;/P&gt;&lt;P&gt;HAIMER_100_SU_4R2.mac&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;Or, since you are a master on this, if possible to input the part to be changed or deleted.&lt;/P&gt;&lt;P&gt;I mean to choose if _VTR or _ZEPHYR or input part to be cut off or sobstitute.&lt;/P&gt;&lt;P&gt;this Is my last ask and I really thank you because otherwise it was impossible for me to come out of the trouble&lt;/P&gt;&lt;P&gt;Thank you again really.&lt;/P&gt;&lt;P&gt;And have good holidays If you can&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 07:05:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12132846#M3823</guid>
      <dc:creator>benettitec01</dc:creator>
      <dc:date>2023-07-28T07:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12138072#M3824</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14197479"&gt;@benettitec01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This tool will help you to change/delete the suffix of the macro files you have. note that the macro files should have at least one separator ( _ ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6332177867112w996h540r604" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6332177867112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6332177867112w996h540r604');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6332177867112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, thanks for your kind words. But, I am not a genius or a master in Python, it is just simple code lines.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 10:41:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12138072#M3824</guid>
      <dc:creator>Y.Mahran</dc:creator>
      <dc:date>2023-07-31T10:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12146080#M3825</link>
      <description>&lt;P&gt;AND THANKS AGAIN 2 TIMES!!!!&lt;/P&gt;&lt;P&gt;and have good holidays and rest of summer!!&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 08:48:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12146080#M3825</guid>
      <dc:creator>benettitec01</dc:creator>
      <dc:date>2023-08-03T08:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: re organizing macro changing the folder paths into the macro files. is it possible?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12146135#M3826</link>
      <description>&lt;P&gt;Since I have a lot of omonimous files nested and nested,&lt;/P&gt;&lt;P&gt;I thought that the only way to definitely solve should to rename the files like the follow example:&lt;/P&gt;&lt;P&gt;I have , for example two files named 1.mac nested like that:&lt;/P&gt;&lt;P&gt;"C:\pmill2\pmill2nascoste\SPIGOLO FORM TOOLPATH\VTR\1.mac"&lt;/P&gt;&lt;P&gt;"C:\pmill2\pmill2nascoste\SPIGOLO FORM TOOLPATH\1.mac"&lt;/P&gt;&lt;P&gt;I'd need to rename the file with the FIRST letter of&amp;nbsp; each nested folder NAME like this:&lt;/P&gt;&lt;P&gt;ppSV1.mac&lt;/P&gt;&lt;P&gt;ppS1.mac&lt;/P&gt;&lt;P&gt;(or better&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ppSV_1.mac&amp;nbsp; &amp;nbsp; &amp;nbsp; ppS_1.mac)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I this also possible?&lt;/P&gt;&lt;P&gt;I am ashamed to not have yet solved and ask again help but this may be the very last request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks anycase&amp;nbsp;&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 09:14:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/re-organizing-macro-changing-the-folder-paths-into-the-macro/m-p/12146135#M3826</guid>
      <dc:creator>benettitec01</dc:creator>
      <dc:date>2023-08-03T09:14:32Z</dc:date>
    </item>
  </channel>
</rss>

