Re: (command PAUSE) prevents command preview - Autodesk Community
The short answer is no, you cannot keep the native command preview active while using the PAUSE token inside a standard AutoLISP (command) function.Why This HappensWhen AutoLISP executes a (command) function, it suppresses the command line's interactive UI generation to execute code as fast as possi...