clearscreen
title "Token-Ring Monitor Selection menu"
columns 1

column 1

item " Run Token-Ring Monitor"
help "Run the Token-Ring Monitor."
invoke (key-fake "mongo.bat tr " 13) 

if exists \config\dummy
   item " Install Token-Ring Monitor"
   help "Install the Token-Ring Monitor in the background."
   invoke (key-fake "winstall.bat tr" 13)

if exists \config\trmon.ins
   item " Terminate Token-Ring Monitor"
   help "Remove the Token-Ring Monitor from the background."
   invoke (key-fake "wremove.bat tr" 13)

if exists \config\trmon.rem
   item " Configure Token-Ring Monitor"
   help "Configure the Token-Ring Monitor."
   invoke (key-fake "wconfig.bat tr" 13) 

if exists \tools\wdemo.bat
   item " Demo Token-Ring Monitor"
   help "Run the Token-Ring Monitor Demonstration."
   invoke (key-fake "wdemo.bat tr" 13) 

item " Return to main menu"       
   help "Go to main selection menu."
   invoke (key-fake "menu" 13)
