acad.lsp - Startup
Hello,I am new to this forum and joined only today.My question is this:Does not acad.lsp load automatically when you start BricsCAD 8.0.23?I have an acad.lsp with a (s::startup) statement in it and I have put it as the first item in my list of folders in the Options->Program Options->Files->Suppor Files Search ath, but it does not load automatically upon startup.Any pointers?RegardsRakesh Raowww.4d-technologies.com
Comments
-
I suggest browsing the knowledge base.It can be very helpful and is searchable.The answer to your question is here:http://www.bricsys.com/common/knowledge/topic.jsp?id=207(I hope I have the link format right)
0 -
Thanks Yaacov,Now, do you also know how I can load a DRX application (like doslib) from Lisp.I made a quick search through the knowledgebase and could not see any immediate help on this.ThanksRakesh Rao[www.4d-technologies.com]
0 -
Bricscad V8 help is only partial yet.You load a drx by using(arxload "yourpath\XXX.drx")for example(arxload "c:\menu\acad\DOSLib17.drx")
0