Execute a macro from prompt
Execute a macro from prompt
(OP)
Hello!
I have de folowing question. How can I execute a macro, wich is in a module, from autocad prompt without using the two line command
-vbarub
macroname
Instead of this, I just want to write
macroname
and the macro starts.
Thanks a lot
I have de folowing question. How can I execute a macro, wich is in a module, from autocad prompt without using the two line command
-vbarub
macroname
Instead of this, I just want to write
macroname
and the macro starts.
Thanks a lot





RE: Execute a macro from prompt
(command "-vbarun")
(command "macroname)