Community
Civil 3D Forum
Welcome to Autodesk’s Civil 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Civil 3D topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Lisps Not Loading?

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
TrevN
371 Views, 2 Replies

Lisps Not Loading?

Hi,

 

Just started to use 2013 and all my lisps that I use are not loading automatically.

 

They are all in the start up suit but refuse to load, I can open load panel and load them manually and they all work, but why wont they load automatically?

 

Cheers

2 REPLIES 2
Message 2 of 3
rkmcswain
in reply to: TrevN

The startup suite is unreliable, at best....

 

Create (or append if it exists) an "Acaddoc.lsp" file (NOT Acad2013doc.lsp!), and put your load functions in there.

Put this file in the TOP path in your support file search path (preferably a new personal path, like C:\CADSTUFF).

 

Example:

 

;; Acaddoc.lsp

(load "mylisp")
(load "myotherlisp")
(load "\\\\server\\share\\path\\my_lisp_with_a_path")

(princ "   Acaddoc.lsp loaded  ")

; end of file.

More details here.

 

 

R.K. McSwain     | CADpanacea | on twitter
Message 3 of 3
TrevN
in reply to: rkmcswain

Fabulous, works a treat.

 

Thanks Smiley Very Happy

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Rail Community


 

Autodesk Design & Make Report