
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I currently have all of my custom lisp programs located inside the acad2020doc.lsp (or previous version of the file according the corresponding autocad installation) so they load up in memory when a drawing files is open. As the years have passed by, the number of custom lisp programs has increased and the size of that file containing them has increased accordingly. Needless to say, this has a noticeable effect on how long it takes for a drawing to open.
I would like to know if there is a way to load all of those lisp programs once when autocad initially starts and keep them resident in memory to be accessible for execution on any of the open drawings when required without having them to load every time a drawing is open. Any help here will be greatly appreciated.
Thanks.
Solved! Go to Solution.