Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

LUZERNIERE
446 Vistas, 2 Respuestas

MACRO DO ONLY A TASK

Hello,

We want to do macro but the software do only 1 task.

Thanks.

 

Alfred.NESWADBA
en respuesta a: LUZERNIERE

Hi,

 

>> We want to do macro but the software do only 1 task.

In general to "only one task": AutoCAD is a single task software (besides of very few jobs like display handling, rendering, ...). Therefor macro's also can only run one after the other.

 

If this answers already the question then please let is know this, if not, then please let us know a bit more about the needs, what you try, what you have done, what are your expectations...

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Valentin-WSP
en respuesta a: LUZERNIERE

@LUZERNIERE ,

 

Macros can perform more than one command, if that is what you mean with "task".

@cwr mentioned a sample on another forum.

 

@cwr wrote:

If you are asking if you can have a single macro execute multiple commands, yes. As an example

 

^C^C-PURGE;A;;N;AUDIT;Y;-PURGE;A;;N;-PURGE;R;;N

 

the macro runs _PURGE all, then AUDIT, then _PURGE all, and finally _PURGE registered apps.


 

Consider this link:

An additional source: Visual LISP, AutoLISP and General Customization Forum.



Please select the "Accept as Solution" button if my post solves your issue or answers your question.


Emilio Valentin