<?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 Re: PGP problem en AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485804#M1018647</link>
    <description>&lt;P&gt;I've learned something new, so I guess I can go to the office now, since I'm already at home?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If REINIT didnt work, can you confirm that you edited the correct pgp file?&lt;/P&gt;
&lt;P&gt;(startapp "notepad" (findfile "acad.pgp"))&amp;nbsp; should open the pgp file that AutoCAD is using.&lt;/P&gt;
&lt;P&gt;It should be in the bottom section of your code.&lt;/P&gt;
&lt;P&gt;If you edited the correct one, and it isnt working after REINIT, did you try restarting AutoCAD completely?&amp;nbsp; That should force a reread.&lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2020 18:53:48 GMT</pubDate>
    <dc:creator>chriscowgill7373</dc:creator>
    <dc:date>2020-05-01T18:53:48Z</dc:date>
    <item>
      <title>PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485753#M1018641</link>
      <description>&lt;P&gt;I have no problem when I enter DIMSCALE on the command line.&lt;/P&gt;&lt;P&gt;I've added the following command to my PGP file, saved the file, and ran the REINIT command on the PGP file. When I Enter DMS On the command line, I get the "unknown command" message. Could someone help me with this problem?&lt;/P&gt;&lt;P&gt;Jim Birke&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DMS,&amp;nbsp;&amp;nbsp; *DIMSCALE&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 18:28:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485753#M1018641</guid>
      <dc:creator>jimbir</dc:creator>
      <dc:date>2020-05-01T18:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485759#M1018642</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;while you editing your pgp file from AutoCAD make sure that you press Apply button and confirm changes , make sure that your aliasedit dialog is closed not minimized .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 18:43:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485759#M1018642</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2020-05-01T18:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485765#M1018643</link>
      <description>&lt;P&gt;DIMSCALE is a variable, not a command, so you cannot shortcut it using the pgp file.&amp;nbsp; You would probably have to have some sort of short lisp routine or something that would prompt the user as though they were entering the data for DIMSCALE, and then feed it to the variable.&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(defun c:dms (/ rscale)
(setq rscale (getreal "\nEnter new value for DIMSCALE:"))
(setvar "DIMSCALE" rscale)
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 18:34:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485765#M1018643</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2020-05-01T18:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485782#M1018644</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/475424"&gt;@chriscowgill7373&lt;/a&gt;&amp;nbsp; hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;SPAN style="font-family: inherit;"&gt;DIMSCALE is a variable, not a command, so you cannot shortcut it using the pgp file.&amp;nbsp;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;DIMSCALE is a system variable and it's also a command like any other commands and can be added to acad.pgp to be invoke by a shortcut - give it a try&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@72214FE0FC97412716CB55CFBBD10F9C/emoticons/1f600.png" alt=":cara_sonriente:" title=":cara_sonriente:" /&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/23372"&gt;@jimbir&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of directly changing the dimscale better use an &lt;SPAN&gt;appropriate&lt;/SPAN&gt; dimstyle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 18:45:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485782#M1018644</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-05-01T18:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485783#M1018645</link>
      <description>&lt;P&gt;it's work fine from my Aliasedit command .&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="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/763807iAAB39E32FE9EA2C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 18:42:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485783#M1018645</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2020-05-01T18:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485804#M1018647</link>
      <description>&lt;P&gt;I've learned something new, so I guess I can go to the office now, since I'm already at home?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If REINIT didnt work, can you confirm that you edited the correct pgp file?&lt;/P&gt;
&lt;P&gt;(startapp "notepad" (findfile "acad.pgp"))&amp;nbsp; should open the pgp file that AutoCAD is using.&lt;/P&gt;
&lt;P&gt;It should be in the bottom section of your code.&lt;/P&gt;
&lt;P&gt;If you edited the correct one, and it isnt working after REINIT, did you try restarting AutoCAD completely?&amp;nbsp; That should force a reread.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 18:53:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485804#M1018647</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2020-05-01T18:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485820#M1018648</link>
      <description>&lt;P&gt;Thanks for the quick reply. Can you show me how to add that to the PGP file&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 19:00:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485820#M1018648</guid>
      <dc:creator>jimbir</dc:creator>
      <dc:date>2020-05-01T19:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485852#M1018653</link>
      <description>&lt;P&gt;Thanks for the quick reply. When I enter Notepad on the command line it asks me the name of the file I want to open. I type PGP and note pad tells me it can't find the file. The location of the file I am editing is located in&lt;BR /&gt;C:\Users\JLB\AppData\Roaming\Autodesk\AutoCAD 2004\R16.0\enu\support&lt;BR /&gt;jim&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 19:15:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485852#M1018653</guid>
      <dc:creator>jimbir</dc:creator>
      <dc:date>2020-05-01T19:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485859#M1018654</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; Can you show me how to add that to the PGP file&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Please find &lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/AutoCAD-Core/files/GUID-D654A057-799D-4B03-878E-882B7A81E6F2-htm.html" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;this AKN article&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt; showing how to edit ACAD.PGP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 19:17:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485859#M1018654</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2020-05-01T19:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485865#M1018655</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/23372"&gt;@jimbir&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;key-in ALIASEDIT command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 19:20:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485865#M1018655</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-05-01T19:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485867#M1018656</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/23372"&gt;@jimbir&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for the quick reply. When I enter Notepad on the command line it asks me the name of the file I want to open. I type PGP and note pad tells me it can't find the file. The location of the file I am editing is located in&lt;BR /&gt;C:\Users\JLB\AppData\Roaming\Autodesk\AutoCAD 2004\R16.0\enu\support&lt;BR /&gt;jim&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;if you copy this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(startapp "notepad" (findfile "acad.pgp"))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;including all the () and paste it at your command line, it will open the pgp file that AutoCAD is using.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 19:20:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485867#M1018656</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2020-05-01T19:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485874#M1018657</link>
      <description>OR try this LISP and skip trying to remember to run REINIT command after esditing the PGP file&lt;BR /&gt;&lt;BR /&gt;;;Edit PGP file then REINIT&lt;BR /&gt;(defun c:editpgp(/ pgpfile);command alias editing&lt;BR /&gt;(setq pgpfile (strcat "notepad " (findfile "acad.pgp")))&lt;BR /&gt;(setvar "re-init" 16)&lt;BR /&gt;(prompt "\nACAD.PGP...reinitialized. ")&lt;BR /&gt;(princ)&lt;BR /&gt;) ;end</description>
      <pubDate>Fri, 01 May 2020 19:24:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485874#M1018657</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-05-01T19:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485877#M1018658</link>
      <description>&lt;P&gt;I don't have the&amp;nbsp;aliasedit In my 2004 version of autocad.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 19:25:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485877#M1018658</guid>
      <dc:creator>jimbir</dc:creator>
      <dc:date>2020-05-01T19:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485887#M1018659</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/23372"&gt;@jimbir&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I don't have the&amp;nbsp;aliasedit In my 2004 version of autocad.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I believe ALIASEDIT was added as part of the express tools in AutoCAD 2014.&lt;/P&gt;
&lt;P&gt;You saved the file, when you reopen it is it still in the file?&amp;nbsp; Did you reboot AutoCAD?&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 19:28:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485887#M1018659</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2020-05-01T19:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485910#M1018660</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/23372"&gt;@jimbir&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/23372"&gt;@jimbir&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I don't have the&amp;nbsp;aliasedit In my 2004 version of autocad.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;aliasedit is not exist cause the express tools is not installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;go to tools\Customize\edit program parameters (acad.pgp) this a little shorter then manually opening the file in notepad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 19:53:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485910#M1018660</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-05-01T19:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485970#M1018661</link>
      <description>&lt;P&gt;The PGP file that command opened contained shortcut DSC which works. In an effort to find its location I tried the save as command in notebook. At the top of the next window this was listed.&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\AutoCAD 2004&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And not the one in:&lt;/P&gt;&lt;P&gt;C:\Users\JLB\AppData\Roaming\Autodesk\AutoCAD 2004\R16.0\enu\support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now know everything, I think...&lt;BR /&gt;Thanks for your help&lt;BR /&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 20:25:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9485970#M1018661</guid>
      <dc:creator>jimbir</dc:creator>
      <dc:date>2020-05-01T20:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: PGP problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9500087#M1019319</link>
      <description>&lt;P&gt;Chriscowgill7373 Put me on the right track. By following his instructions in post number 11, I determined that I was editing the PGP file stored in my appdata folder and not the one in C:\Program Files (x86)\AutoCAD 2004 Which was the one auto CAD was using. Problem solved.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 19:38:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/pgp-problem/m-p/9500087#M1019319</guid>
      <dc:creator>jimbir</dc:creator>
      <dc:date>2020-05-07T19:38:57Z</dc:date>
    </item>
  </channel>
</rss>

