    Key("^OK")                  ' checks to see if second window is available
       IfException              ' aborts if it is not
          ACK: Key("{Esc}")
          GoTo CONTINUE
       End IfException
    WSQuiet(OFF)
    PauseForInput("{Enter}",'ERROR!  Press [Enter], close window.         ')
       stop

