- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.
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 -
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.