<?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: Copy name of model tree element to clipboard in Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028794#M14386</link>
    <description>&lt;P&gt;Hi Trebla,&lt;BR /&gt;the text:&lt;BR /&gt;&lt;BR /&gt;"%CIPart 'PROVA01' not changes s"&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;is exactly the sequence of characters that the Paste command returns after launching the script.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;Not only the name I would like, that is, PROVA01, but also all the characters before and after how I wrote them between ""&lt;BR /&gt;So it seems that the .exe script makes a copy of characters higher than that it should copy from the trail.txt file&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Aug 2025 17:09:46 GMT</pubDate>
    <dc:creator>ptc-4988041</dc:creator>
    <dc:date>2025-08-11T17:09:46Z</dc:date>
    <item>
      <title>Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/560953#M7386</link>
      <description>&lt;P&gt;Hello folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a colleague asked me if I knew a way to copy the name of a selected model tree element to the clipboard.&lt;BR /&gt;Since I could not find an out-of-the-box solution, I developed a small tool for this purpose myself:&lt;BR /&gt;"&lt;A href="https://github.com/DonChunior/Copy-Model-Tree-Element-Name-To-Clipboard" target="_blank"&gt;Copy Model Tree Element Name To Clipboard&lt;/A&gt;"&lt;BR /&gt;Maybe someone else would like to use the tool.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 20:34:50 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/560953#M7386</guid>
      <dc:creator>DomenicLaritz</dc:creator>
      <dc:date>2018-07-16T20:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/701977#M10063</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have released a new version 1.2.0 of the tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;With this you can specify an optional second command line parameter &lt;FONT face="courier new,courier"&gt;/noext&lt;/FONT&gt; after the trail directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This will remove file extensions like ".PRT" or ".ASM".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 06:41:39 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/701977#M10063</guid>
      <dc:creator>DomenicLaritz</dc:creator>
      <dc:date>2020-12-07T06:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/704736#M10097</link>
      <description>&lt;P&gt;Domenic, Thank you very much for your new version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested in creo4, when I pasted the 'part name' the result was: "End of Trail File" not the name...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This program only works in creo7?&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 15:13:12 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/704736#M10097</guid>
      <dc:creator>Trebla</dc:creator>
      <dc:date>2020-12-24T15:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/704742#M10098</link>
      <description>&lt;P&gt;Sorry, I checked it again, I had a typo in the OS mapkey.&lt;/P&gt;
&lt;P&gt;It works fine in creo4. Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 15:42:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/704742#M10098</guid>
      <dc:creator>Trebla</dc:creator>
      <dc:date>2020-12-24T15:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028582#M14375</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm very interested in your script but I tried it and, with Creo Parametric 5, Paste give extra characters before and after the the name to copy.&lt;BR /&gt;&lt;BR /&gt;The of the part (the name to COPY) is:&lt;BR /&gt;PROVA01&lt;BR /&gt;The result of the PASTE operationd is:&lt;BR /&gt;%CIPart 'PROVA01' not changes s&lt;BR /&gt;&lt;BR /&gt;I checked the trail file and this&amp;nbsp; 9 characters before and 15 characters after the part name.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I also tried checking the source code .au3 , but my code skills are VERY rusty.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;Perhaps the character count to be parsed in the trail.txt file is in one of these files (File.au3; FileConstants.au3) that can't be downloaded?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Aug 2025 15:43:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028582#M14375</guid>
      <dc:creator>ptc-4988041</dc:creator>
      <dc:date>2025-08-10T15:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028774#M14385</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use the tool in Creo8 and it works fine, so if you use Creo5 I think it would work well also.&lt;/P&gt;
&lt;P&gt;I don't understand the meaning of&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt; "not changes s".&lt;/EM&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If your part name is PROVA01, when you paste the name, I don't see the relation with any "s"...&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 16:15:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028774#M14385</guid>
      <dc:creator>Trebla</dc:creator>
      <dc:date>2025-08-11T16:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028794#M14386</link>
      <description>&lt;P&gt;Hi Trebla,&lt;BR /&gt;the text:&lt;BR /&gt;&lt;BR /&gt;"%CIPart 'PROVA01' not changes s"&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;is exactly the sequence of characters that the Paste command returns after launching the script.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;Not only the name I would like, that is, PROVA01, but also all the characters before and after how I wrote them between ""&lt;BR /&gt;So it seems that the .exe script makes a copy of characters higher than that it should copy from the trail.txt file&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 17:09:46 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028794#M14386</guid>
      <dc:creator>ptc-4988041</dc:creator>
      <dc:date>2025-08-11T17:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028797#M14387</link>
      <description>&lt;P&gt;ok, sorry for my misundestanding...&lt;/P&gt;
&lt;P&gt;I can tell you that without changing anything from the exe file; it works well for me in creo4 and also in creo8.&lt;/P&gt;
&lt;P&gt;I would check your&amp;nbsp;OS mapkey instead of the exe file...&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 17:22:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028797#M14387</guid>
      <dc:creator>Trebla</dc:creator>
      <dc:date>2025-08-11T17:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028812#M14388</link>
      <description>&lt;P&gt;This is my mapkey, you could compare it with yours...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mapkey gn @MAPKEY_LABELget name;\&lt;BR /&gt;mapkey(continued) @SYSTEM"C:\\temp\\CopyModelTreeElementNameToClipboard.exe" \&lt;BR /&gt;mapkey(continued) "C:\\temp" /noext;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 17:52:07 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028812#M14388</guid>
      <dc:creator>Trebla</dc:creator>
      <dc:date>2025-08-11T17:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028909#M14394</link>
      <description>&lt;P&gt;Hi Trebla,&lt;BR /&gt;my mapkey, obviolusly except for the path, is exactly the same.&lt;BR /&gt;I don't understand...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 07:03:05 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028909#M14394</guid>
      <dc:creator>ptc-4988041</dc:creator>
      <dc:date>2025-08-12T07:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028997#M14396</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have the exe file saved in the "temp" directory.&lt;/P&gt;
&lt;P&gt;You also need "trail files" saved in the same directory.&lt;/P&gt;
&lt;P&gt;Therefore, in my case I have the config option:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;trail_dir C:\temp&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 12:39:07 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1028997#M14396</guid>
      <dc:creator>Trebla</dc:creator>
      <dc:date>2025-08-12T12:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1029016#M14397</link>
      <description>&lt;P&gt;Ah, ok! I'll try this...&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 13:39:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1029016#M14397</guid>
      <dc:creator>ptc-4988041</dc:creator>
      <dc:date>2025-08-12T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1029030#M14398</link>
      <description>&lt;P&gt;Again, this procedure in my system copy a wrong string of charater:&lt;BR /&gt;"%ClPart "PROVA-A" not changed s"&lt;BR /&gt;instead of:&lt;BR /&gt;"PROVA-A"&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I give up&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 14:22:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1029030#M14398</guid>
      <dc:creator>ptc-4988041</dc:creator>
      <dc:date>2025-08-12T14:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Copy name of model tree element to clipboard</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1058758#M14830</link>
      <description>&lt;P&gt;Realy, REALY helpfull! Thanks a lot, it will save me a lot of time.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2026 13:56:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Copy-name-of-model-tree-element-to-clipboard/m-p/1058758#M14830</guid>
      <dc:creator>falcaopf</dc:creator>
      <dc:date>2026-03-16T13:56:42Z</dc:date>
    </item>
  </channel>
</rss>

