Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Execute a macro from prompt

Status
Not open for further replies.

efighettib

Structural
Joined
Jan 13, 2004
Messages
26
Location
CL
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
 
All I need to do is to create a .lsp file with this:

(command "-vbarun")
(command "macroname)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top