Loading Lisp programs
I've carefully followed the instructions for loading lisp programs.  I have several I need to load every time Bricscad starts.  Of course, it would be nice to have a Startup Suite but that's another subject.  Anyhow, what I have found is that Bricscad will load the last named lisp program but none of the ones in front of it.  I.E.  . . . bricscad.exe /L /LSP "steel.lsp" /LSP "d2k3.lsp" will only load the d2k3 program but not the steel program. 
Have I not written the command line correctly or is there a fix for this? Thank you.
                Have I not written the command line correctly or is there a fix for this? Thank you.
0    
            Comments
- 
            An on_doc_load.lsp file is typically used for loading multiple .lsp files automatically:
http://www.b-k-g.nl/loading-lisp-programs.html0 - 
            Thank you. That worked.0
 
This discussion has been closed.