×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

how to load a lisp automatically everytime

how to load a lisp automatically everytime

how to load a lisp automatically everytime

(OP)
i wanna know how to load a lisp so that whenever i open a drawing or a project it loads it automatically

RE: how to load a lisp automatically everytime

bigplc,

you can appload a lisp with different ways.
Here's one: Put the *.lsp into a supportfolder-> "_appload" -> Startgroup, contents...

Lothar

ADT 2004
ACAD 2002

RE: how to load a lisp automatically everytime

Step 14

ADT 2004
ACAD 2002

RE: how to load a lisp automatically everytime

You can also add your lisp program to the your Acad.lsp, which is loaded automatically (if acad is set to do that).  

You can also add a startup command to the acad.lsp like this:

(DEFUN S::Startup ()
 (load"dothis.lsp")
)

Place at the very beginning of the acad.lsp file.

In options, you have to specify that acad.lsp is loaded with each drawing.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources