Jump to content

How to use LISP?


dsibbo

Recommended Posts

Can anyone tell me how to execute a lisp once I have the code in a notepad file and saved as .lsp.

 

How do I find the command to run the lisp?

 

Thanks

Link to comment
Share on other sites

Use APPLOAD to load the LISP into a drawing. To have it permanently loaded, place it in your Start-up Suite, also. The command is at the beginning of the code following "defun c:".

Link to comment
Share on other sites

Also at command line (Load "c:/autocad/company/support/lisps/mylisp") our lisps are in one directory and we have added that to the support paths so becomes easier (load "mylisp")

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...