.key opt1
.bra {
.ket }
failat 99999
stack 30100

;  UnComment one of the following.
; loadscript atronx ${WELMAT}
loadscript atronx {opt1}

launch SUPERSLAVE atronx!startup 0 30000
set retval $RC

if $retval EQ 0
  lab loop

  ; Using a smaller value speeds up the exit, but wastes CPU time!
  wait 10 secs
  loadscript atronx ""
  if warn 
    skip back loop
  endif
endif
quit $retval
