joe
Guest
Good morning to all
I have inserted a new menu in autocad, in "personality user interface", which contains various commands that recall routine lsp. between these commands I would like to add one ("scheda") without creating the lisp, but writing the code directly to the macro voice, how do I do? the code lsp is as follows:
(defun c:scheda()
(startapp "explorer" "c:\\users\\gianni\desktop\\\\\cad\production\\\schede xlsx\\\scheda.xlsx")
)
I have inserted a new menu in autocad, in "personality user interface", which contains various commands that recall routine lsp. between these commands I would like to add one ("scheda") without creating the lisp, but writing the code directly to the macro voice, how do I do? the code lsp is as follows:
(defun c:scheda()
(startapp "explorer" "c:\\users\\gianni\desktop\\\\\cad\production\\\schede xlsx\\\scheda.xlsx")
)