Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi all
i wonder if there is a way to replace autocad command and run my lisp instead
the goal is to run my isolate lisp instead autocad isolate command.
i used acaddoc.lsp for it but something doesnt work
i keep getting "Unknown command "MYLISP". Press F1 for help."
(command ".undefine" "LAYISO")
(defun C:LAYISO ()
(command "MYLISP")
(princ)
)
after that i also edit ACAD.PGP file and insert "MYLISP" name to the list in the file, hopping that whould be ok .
but no...
I need help to solve that ,
P.S my lisp works fine when i type it straight into the command line
Solved! Go to Solution.