Applies to: ZWCAD 2015, ZWCAD 2014


In ZWCAD, if you have a LISP routine and want to make it work for multiple drawings, you have to load it in every drawing.

But we can make it work for all drawing automatically as following.


1. Open “ZWCAD2015doc.lsp” 

C:\Program Files (x86)\ZWCAD+ 2015\Support\en-US


2. Add one statement to it with path and file name, in order to load the LISP,  "coordenadas (CDN)_updated.LSP" as an example.

(load "C:/Users/j/Desktop/lisp/coordenadas (CDN)_updated.LSP") 



3. Then ZWCAD+ will load this LISP for every drawing