Hello guys,
I have to create and load a simple menu from acaddoc.lsp.
This is the mnu file
***MENUGROUP=Cordoli
***POP1
P1-1[Cordoli]
P1-2[&Load APP]
P1-3[&Help]
How can I add istruction to load my lisp in this file?
(load "cordoli.vlx")
Then i have to load the...