PDA

View Full Version : AutoCAD alert boxes.



peter.woodcock
2004-11-11, 12:45 PM
Is there a way of turning off alert dialogue boxes eg. 'About to regen - proceed?'

Mike.Perry
2004-11-11, 12:59 PM
About to regen—proceed?Hi

For that one look at the command RegenAuto and setting it to ON.

<add>
To suppress other certain prompts you could take a look at the system variable EXPERT.

Personally I would advise against changing the EXPERT value when working in regular AutoCAD (just my humble opinion). It does have some great benefit when used in things like Menu Macro's / Scripts / etc.
</add>

Have a good one, Mike

peter.woodcock
2004-11-11, 05:27 PM
Cheers Mike