set bih T:Battle-Isle-Highscores
if exists data/kocw.dat
  echo "" >$bih
  echo Highscores for 'Battle Isle' >>$bih
  echo ---------------------------- >>$bih
  bihigh data/kocw.dat >>$bih
endif
if exists data/d01/kocw.dat
  echo "" >>$bih
  echo Highscores for 'Desert Scenario' >>$bih
  echo -------------------------------- >>$bih
  bihigh data/d01/kocw.dat >>$bih
endif
if exists data/d02/kocw.dat
  echo "" >>$bih
  echo Highscores for 'Moon of Chromos' >>$bih
  echo -------------------------------- >>$bih
  bihigh data/d02/kocw.dat >>$bih
endif
Multiview $bih
Delete $bih >NIL:
