Over 1.096.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator and the updated Barcode generator.
New AutoCAD 2026 commands and 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
13926×