<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : Aliases Commands</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Aliases Commands]]></description>
  <pubDate>Sat, 16 May 2026 04:14:30 +0000</pubDate>
  <lastBuildDate>Tue, 29 Mar 2011 05:59:31 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=5449</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[Aliases Commands : I will try there next and thanks...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14450&amp;title=aliases-commands#14450</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=171881">RJBPIII</a><br /><strong>Subject:</strong> 5449<br /><strong>Posted:</strong> 29.Mar.2011 at 05:59<br /><br />I will try there next and thanks so much. do you work with the .scr files?<DIV>sure would like to see some examples.</DIV><DIV>I can click a button in Bentley and chage the layer, color, lien type, line weight all in the fly. Very hand, now I would like to know how to do this in autocad lt. I could enclose the VBA code, but thought the ..scr might work in Aclt??????</DIV>]]>
   </description>
   <pubDate>Tue, 29 Mar 2011 05:59:31 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14450&amp;title=aliases-commands#14450</guid>
  </item> 
  <item>
   <title><![CDATA[Aliases Commands : You said some of your changes...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14240&amp;title=aliases-commands#14240</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5449<br /><strong>Posted:</strong> 22.Mar.2011 at 17:28<br /><br />You said some of your changes were working.&nbsp; To me that would indicate you are editing the correct PGP file.&nbsp; As to why some work and others don't I think you'd have to inquire at the AutoDesk Discussion Groups in the Customization area.&nbsp; Maybe someone from within AutoDesk itself could provide you with an answer.]]>
   </description>
   <pubDate>Tue, 22 Mar 2011 17:28:29 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14240&amp;title=aliases-commands#14240</guid>
  </item> 
  <item>
   <title><![CDATA[Aliases Commands : Sorry I used to use EP for explode,...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14237&amp;title=aliases-commands#14237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=171881">RJBPIII</a><br /><strong>Subject:</strong> 5449<br /><strong>Posted:</strong> 22.Mar.2011 at 16:42<br /><br />Sorry I used to use EP for explode, because I do use the EX for extend, Yes I am useing the bottom of the file, but I am going to check for another one in the documents section that may be causing a conflict. Over 1/2 of the Alais's I have tried to use, just some do not? Sort of confusing. ]]>
   </description>
   <pubDate>Tue, 22 Mar 2011 16:42:59 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14237&amp;title=aliases-commands#14237</guid>
  </item> 
  <item>
   <title><![CDATA[Aliases Commands : Are you putting your aliases at...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14079&amp;title=aliases-commands#14079</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=111013">Cad64</a><br /><strong>Subject:</strong> 5449<br /><strong>Posted:</strong> 16.Mar.2011 at 20:34<br /><br />Are you putting your aliases at the bottom of the pgp file, in the user defined section or are you just editing the aliases in place? <br><br>Autocad reads the aliases in the order they appear in the pgp file, so if you're editing your aliases in place, EX is already being used for Extend, so it can't be used for Explode because Explode is found further down the list. If you want to use EX for Explode then you will need to redefine the alias for Extend.<br><br>If you place your custom aliases at the end of the pgp file, in the user defined section, they will override existing aliases, but you will still need to redefine the alias for Extend if you want to use EX for Explode.<br>]]>
   </description>
   <pubDate>Wed, 16 Mar 2011 20:34:27 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14079&amp;title=aliases-commands#14079</guid>
  </item> 
  <item>
   <title><![CDATA[Aliases Commands : You must be editing the correct...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14074&amp;title=aliases-commands#14074</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5449<br /><strong>Posted:</strong> 16.Mar.2011 at 18:53<br /><br />You must be editing the correct file if your changes are working.&nbsp; That's good news.]]>
   </description>
   <pubDate>Wed, 16 Mar 2011 18:53:47 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14074&amp;title=aliases-commands#14074</guid>
  </item> 
  <item>
   <title><![CDATA[Aliases Commands : I have been doing the reinit command,...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14073&amp;title=aliases-commands#14073</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=171881">RJBPIII</a><br /><strong>Subject:</strong> 5449<br /><strong>Posted:</strong> 16.Mar.2011 at 18:51<br /><br />I have been doing the reinit command, I even docuent the date using the F5 key to keep up with the date of changes, I will search for any other .PGP Files and see if perhaps there is a conflict. I added 4 aliases that work. tx for Text Standard, bk to make a block and wk to write a block. In the same .pgp file I added the *les&nbsp;&nbsp;&nbsp;&nbsp; and the command that you can type manually. I think it was DIMASZ or something like that. It has to do&nbsp; with setting the size of the Leader Arrow head. In an older version of autoLT I had also used ex for Explode and it worked for years, but now it will not work either, I have learned that x works, so I am having to just adapt. I normally search the whole file with find checking that there is not already another use of the letters I choose. Thank you for the reply.]]>
   </description>
   <pubDate>Wed, 16 Mar 2011 18:51:23 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=14073&amp;title=aliases-commands#14073</guid>
  </item> 
  <item>
   <title><![CDATA[Aliases Commands : Are you editing your pgp file...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=13912&amp;title=aliases-commands#13912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=111013">Cad64</a><br /><strong>Subject:</strong> 5449<br /><strong>Posted:</strong> 12.Mar.2011 at 17:20<br /><br />Are you editing your pgp file with Autocad open? If so, you will need to type <b>REINIT</b> at the command line and reinitialize your pgp file in order to use the new alias. <br><br>Another thought I had is that maybe you have more than one pgp file on your computer and you are editing the wrong file? Do a search of your machine and see how many pgp files pop up.<br>]]>
   </description>
   <pubDate>Sat, 12 Mar 2011 17:20:48 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=13912&amp;title=aliases-commands#13912</guid>
  </item> 
  <item>
   <title><![CDATA[Aliases Commands : Since when it is not working anymore?...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=13909&amp;title=aliases-commands#13909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165537">rob sj</a><br /><strong>Subject:</strong> 5449<br /><strong>Posted:</strong> 12.Mar.2011 at 10:15<br /><br />Since when it is not working anymore? Are you working in a new workstation? ]]>
   </description>
   <pubDate>Sat, 12 Mar 2011 10:15:56 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=13909&amp;title=aliases-commands#13909</guid>
  </item> 
  <item>
   <title><![CDATA[Aliases Commands : I use a lot of the keyboard Aliases...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=13904&amp;title=aliases-commands#13904</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=171881">RJBPIII</a><br /><strong>Subject:</strong> 5449<br /><strong>Posted:</strong> 11.Mar.2011 at 21:34<br /><br />I use a lot of the keyboard Aliases commands.<DIV>I was able to use bk for block and bw for wblock</DIV><DIV>le works for leader so I tried to get lea to work for DIMASZ, but it will </DIV><DIV>not work, yet I can type DIMASZ and it will work to set the Leader Arrow size? any suggestions? could a macro be written to duplicate the typing in of DIMASZ ? I have used the .PGP file for years. I found you used the x for explode. I used to have ex for years, but could not get that to work either. some of the Aliases do not seem to take. any help would be great.</DIV>]]>
   </description>
   <pubDate>Fri, 11 Mar 2011 21:34:42 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5449&amp;PID=13904&amp;title=aliases-commands#13904</guid>
  </item> 
 </channel>
</rss>