Popup during InputScript processing: During InputScript processing, popup screens are skipped, i.e. an automatic "Enter" is executed without showing the screen. For a particular popup I need to display the screen with the popup and then terminate InputScript processing. How can this be achieved?

Add a Screen command for the popup, then a suitable "Enter" command and then a "Leave" statement to terminate the InputScript:

Screen ...

  Enter "/12"

  Leave

If it is a general message popup, it might be necessary to check the popup title or the message text within the popup in order to choose the appropriate action.