Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Currently im using the startup function.
All my lisp files are placed in a directory "Autoload"
Inside acaddoc.lsp i have a line for every command.
(autoload "LineProgram" '("DrawLine"))
is there any way to customize this so i dont have to change my acaddoc.lsp and add a new command every time i have a new .lsp file in my autoload directory?
Must be some way to achieve this. Ive been searching but i cant find anything good that cover this.
Any ideas?
Solved! Go to Solution.