suppressing regen notification

suppressing regen notification

Ranjit_Singh
Advisor Advisor
829 Views
5 Replies
Message 1 of 6

suppressing regen notification

Ranjit_Singh
Advisor
Advisor

I have a lisp routine which works fine. However, I cannot keep the command prompt clear while the LISP is running. It always displays this message "Restoring cached viewports - Regenerating layout." I have set cmdecho to 0 and it seems to suppress all the prompts ,but that one. Is there some other variable that needs to be tweaked? Thanks.

0 Likes
Accepted solutions (1)
830 Views
5 Replies
Replies (5)
Message 2 of 6

hmsilva
Mentor
Mentor
Accepted solution

Try to set NOMUTT to 1 and back to 0 after...

 

Hope this helps,
Henrique

EESignature

Message 3 of 6

Ranjit_Singh
Advisor
Advisor

works perfect! Thanks!

0 Likes
Message 4 of 6

hmsilva
Mentor
Mentor

@Ranjit_Singh wrote:

works perfect! Thanks!


You're welcome, Ranjit.Singh
Glad I could help

Henrique

EESignature

0 Likes
Message 5 of 6

Ranjit_Singh
Advisor
Advisor

In one other LISP that I am working on, I run Audit and Purge commands. Is there a way to suppress those messages. I have already tried cmdecho and nomutt. See screenshot below. Thanks.

0 Likes
Message 6 of 6

hmsilva
Mentor
Mentor

@Ranjit_Singh wrote:

In one other LISP that I am working on, I run Audit and Purge commands. Is there a way to suppress those messages. I have already tried cmdecho and nomutt. See screenshot below. Thanks.


Hi Ranjit.Singh,

supress the Audit prompts, I think it is not possible, even using the AuditInfo method, but the Purge prompts may be suppressed using the PurgeAll method.

 

Hope this helps,
Henrique

EESignature

0 Likes