Lisp

How can i do thet some lisp will load whan i open the intellicad ( the same time )

Comments

  • Name the file icad.lsp and place it in your IntelliCAD directory and it will open as soon as you open a drawing.You can also place it in the draing directory.

  • Edit the icad.lsp file in the IntelliCAD program folder using a text editer (e.g. notepad). If the icad.lsp file does not exist you can create it. This lisp file gets run automatically when launching IntelliCAD. To automatically load lisp routines you can add a line in the icad.lsp file to load that lisp routine. e.g.(load "freezelayer.lsp")--> Do no forget to include the parenthesis(You can find more information on the load lisp command in the IntelliCAD help if needed)

This discussion has been closed.