Results 1 to 2 of 2

Thread: XL alias for XLINE not working according to Acad.pgp

  1. #1
    Member
    Join Date
    2016-01
    Posts
    2
    Login to Give a bone
    0

    Default XL alias for XLINE not working according to Acad.pgp

    Hi,
    Since we are using AutoCAD 2015, the XL alias in the acad.pgp is not working anymore. If you type XL the XLIST command (Express tool) is started.
    I am sure to I am using the right acad.pgp (in the correct support folder).

    Is there a solution for this problem?

  2. #2
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: XL alias for XLINE not working according to Acad.pgp

    I know you said you are using the right acad.pgp file, but this will absolutely open the one AutoCAD is reading for the current session of AutoCAD

    (startapp "notepad" (findfile "Acad.pgp"))

    Once you get back there, is *YOUR* XL alias the last XL definition in the file (in the user section at the bottom)?

    Lastly, any autolisp definition of XL will override a PGP definition of XL.
    Make sure there are no autolisp definitions of XL present.
    At the command line type in !C:XL

    If you get anything other than nil, then there is a lisp function named XL out there somewhere.

    Code:
    Command: !C:xl
    #<SUBR @0000000036334f20 C:XL>
    R.K. McSwain | CAD Panacea |

Similar Threads

  1. can't use my commands Alias are not working
    By moshira_hassan in forum AutoCAD General
    Replies: 1
    Last Post: 2012-01-18, 02:03 PM
  2. Navis Navigator keyboard alias's in ACAD?
    By ashley.182384 in forum NavisWorks - General
    Replies: 3
    Last Post: 2008-09-23, 02:05 PM
  3. Alias within Acad.pgp file not working
    By ddriscoll in forum AutoCAD General
    Replies: 4
    Last Post: 2007-05-23, 05:15 PM
  4. Alias of fillet is not working
    By fred_bock in forum ACA General
    Replies: 7
    Last Post: 2004-12-26, 07:18 AM
  5. Adding shell commands to Acad.pgp via command alias editor
    By kgray.65984 in forum AutoCAD Customization
    Replies: 6
    Last Post: 2004-10-01, 05:22 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •