Loads a file into all open AutoCAD documents, and into any document subsequently opened during the current AutoCAD session
(vl-load-all filename)
Arguments
vl-load-all does not assume a file type.
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;Return Values
vl-load-all issues an error message.
Unspecified. If filename is not found,Examples
_$ (vl-load-all "c:/my documents/visual lisp/examples/whichns.lsp")
nil
_$ (vl-load-all "yinyang.lsp")
nil