Loads a file into all open AutoCAD documents, and into any document subsequently opened during the current AutoCAD session
(vl-load-all filename)
Arguments
A string naming the file to be loaded. If the file is in the AutoCAD support file search path, you can omit the path name, but you must always specify the file extension; vl-load-all does not assume a file type.
Return Values
Unspecified. If filename is not found, vl-load-all issues an error message.
Examples
(vl-load-all "c:/my documents/visual lisp/examples/whichns.lsp") nil (vl-load-all "yinyang.lsp") nil