Controls whether AutoCAD loads executable files based on their location.
The executable file types affected by SECURELOAD include the following:
- ARX, DBX, CRX, HDI files
- LSP, FAS, VLX, MNL, SCR files
- .NET assemblies
- VBA macros (DVB files)
- acad.rx
- JavaScript
- DLL files
NoteThe ACADLSPASDOC system variable determines whether the acad.lsp file is loaded into every drawing or just the first drawing opened in a session. AutoLISP files must be located in the Support File Search Path to be found, or else a relative path must be included in the Filename parameter when using the LOAD function.