Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I make AutoCAD show the batch scripts progress?

AutoCAD batch progress scripts
0
Posted

How can I make AutoCAD show the batch scripts progress?

0

You can add the following line of code to either 1)The User Script 2)The Settings Tab -> PreUserScript (setvar “modemacro” “Drawing $COUNTER$ of $FILECOUNTINQUEUE$”) This will display a small message in the AutoCAD Status-bar which will indicate which drawing is currently being processed, while the script is being run. You will notice in your compiled script that the $COUNTER$ and $FILECOUNTINQUEUE$ values have been substituted to values, and this line of code changes as the script progresses. Please see User TAGS for more information.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123