express autocad lsp files are found. But no success yet. As I said, I am new to this lisp thing, >so please try and reply in plain english.
Yeah in that file or on your server. Just map the folder that it is located in in AutoCAD (OPTIONS ->FILES ->SUPPORT FILE SEARCH PATH) and then add the (load 'MASTER.LSP' ') to everyone's acad2000doc.lsp then they should all get it. The reason I did it like this is so I can add or take away lisps from the MASTER lisp and not have to do it to every single computer.
Just to one file. -- Jonathan Baker R&R Engineers-Surveyors, Inc. Denver, Colorado -- 'Jod' wrote in message news:AAFC663E449A54A2E2D2D028D45F215E@in.WebX.maYIadrTaRb. Where does master.lsp go?
I would advise adding (load 'MASTER.LSP' ') to the *AcadDoc.lsp* file, not Acad2000Doc.lsp. That file is intended for Autodesk use only, whereas Autodesk will not do anything to the AcadDoc.lsp file. -- 'Jon Baker' wrote in message news:B3864ECF4966AB2CC2DC72@in.WebX.maYIadrTaRb. yeah in that file or on your server. Just map the folder that it is located in in AutoCAD (OPTIONS ->FILES ->SUPPORT FILE SEARCH PATH) and then add the (load 'MASTER.LSP' ') to everyone's acad2000doc.lsp then they should all get it. the reason I did it like this is so I can add or take away lisps from the MASTER lisp and not have to do it to every single computer. Just to one file. .