Over 1.101.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips, Civil tips, Fusion tips.
Try the new precise Engineering calculator.
New AutoCAD 2026 commands and sys.variables and env.variables,.
CAD tip # 4321:
Question
A
Any set of LISP (.lsp/.vlx/.fas) applications can be loaded automatically into all AutoCAD documents.
You can either add them individually to your ACAD.LSP, ACADDOC.LSP etc. files - or - simply drag them on the briefcase icon in the APPLOAD command.
You can also use the (vl-load-all) VLisp command to load an application into all current and subsequently opened documents - e.g.:
(vl-load-all "myApp.vlx")
ACADADTMap


1.4.2005
14056×