See the top rated post in this thread. Click here

Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 36

Thread: Run a command at AutoCAD LT Startup

  1. #11
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Run a command at AutoCAD LT Startup

    Quote Originally Posted by Inferno6919
    How would anyone udefine commands the way I want to do it, if they had full AutoCAD? Would it be with LISP or is there another way to do it when you have full AutoCAD?

    Thanks for the replies.
    Yes, Lisp is the obvious way but I expect any of the available programming interfaces would do (and might be more secure).

  2. #12
    100 Club
    Join Date
    2006-05
    Posts
    139
    Login to Give a bone
    0

    Default Re: Run a command at AutoCAD LT Startup

    Quote Originally Posted by jaberwok
    Yes, Lisp is the obvious way but I expect any of the available programming interfaces would do (and might be more secure).
    Thanks John. I have a 3rd party program that enables lisp in autocad lt. Would I be able then to start the lisp routine straight when autocad starts no matter how you open a drawing, new or existing, and undefine commands?

  3. #13
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    0

    Default Re: Run a command at AutoCAD LT Startup

    Quote Originally Posted by Inferno6919
    Thanks John. I have a 3rd party program that enables lisp in autocad lt. Would I be able then to start the lisp routine straight when autocad starts no matter how you open a drawing, new or existing, and undefine commands?
    You would have to play with it. I do not know how the 3rd Party programs enable lisp within LT. If LT with the 3rd Party enabler looks for an ACADDOC.LSP file and loads it at the start of every drawing, that would be one way to do it.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  4. #14
    100 Club
    Join Date
    2006-05
    Posts
    139
    Login to Give a bone
    0

    Default Re: Run a command at AutoCAD LT Startup

    Quote Originally Posted by Opie
    You would have to play with it. I do not know how the 3rd Party programs enable lisp within LT. If LT with the 3rd Party enabler looks for an ACADDOC.LSP file and loads it at the start of every drawing, that would be one way to do it.
    Great stuff. Thanks a lot for your help. I will have to play with it and see what I can do.

    Cheers!

  5. #15
    I could stop if I wanted to lmitsou's Avatar
    Join Date
    2003-01
    Location
    UK
    Posts
    219
    Login to Give a bone
    0

    Default Re: Run a command at AutoCAD LT Startup

    A quick question out of curiosity (in case I am missing something);

    is there an "undefine" command in AutoCAD LT? I know it exists in full AutoCAD but I am not sure whether LT has it.

  6. #16
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Run a command at AutoCAD LT Startup

    Quote Originally Posted by lmitsou
    A quick question out of curiosity (in case I am missing something);

    is there an "undefine" command in AutoCAD LT? I know it exists in full AutoCAD but I am not sure whether LT has it.

    Now that is a good question. I wish I had read it whilst I was at work.
    I don't have LT here at home.

  7. #17
    100 Club
    Join Date
    2006-05
    Posts
    139
    Login to Give a bone
    0

    Default Re: Run a command at AutoCAD LT Startup

    Quote Originally Posted by lmitsou
    A quick question out of curiosity (in case I am missing something);

    is there an "undefine" command in AutoCAD LT? I know it exists in full AutoCAD but I am not sure whether LT has it.
    Mmm... that's a good point. I can run undefine and redefine in LT but only when LT Extender is running at the same time. And even then, undefine doesn't do what it should do. It looks like it works but the command I choose to undefine, works fine as if I didn't undefine it.

    Does anyone know of a way (even with LISP, since I have LT-Extender and I can run LISP routines) to undefine commands in LT?

    Thanks for your help.

  8. #18
    100 Club
    Join Date
    2006-05
    Posts
    139
    Login to Give a bone
    0

    Default Re: Run a command at AutoCAD LT Startup

    Quote Originally Posted by jaberwok
    Now that is a good question. I wish I had read it whilst I was at work.
    I don't have LT here at home.
    If you can have a look on Monday I would really appreciate it.

    Thanks.

  9. #19
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    0

    Default Re: Run a command at AutoCAD LT Startup

    An idea only and not tested.

    Could you redefine the command in the ACAD.PGP file (if LT even uses one)?
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  10. #20
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    1

    Default Re: Run a command at AutoCAD LT Startup

    1. "Undefine" is not a recognised command in 2007LT (so not in any LT, I'd assume).

    2. LT does use a pgp file - aclt.pgp.


    EDIT -
    Oops. They've changed it.
    In 2007LT it's "acadlt.pgp"
    Last edited by jaberwok; 2006-11-13 at 09:09 AM.

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. How can I make a startUp Exe for Startup AutoCAD
    By 740176597380946 in forum ARX
    Replies: 6
    Last Post: 2013-05-24, 05:36 AM
  2. 2012: AutoCAD startup
    By sdeyo in forum AutoCAD General
    Replies: 5
    Last Post: 2011-04-26, 01:19 PM
  3. misspelled command issues upon startup
    By cwjean76 in forum AutoCAD General
    Replies: 5
    Last Post: 2010-09-13, 09:21 PM
  4. command line not loading on startup
    By WesternSoul in forum AutoCAD Customization
    Replies: 3
    Last Post: 2008-12-23, 10:47 PM
  5. Replies: 15
    Last Post: 2007-08-09, 09:30 PM

Posting Permissions

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