/* Start Rock with a 4D address, using reqtools requester
   This script needs rexxreqtools.library */

defaddr = ""  /* Put the default address between the "" */

addlib('rexxreqtools.lib',0,-30)
node = rtgetstring(defaddr,'Node to call ?','ROCK fido mailer',' _Ok | _Boss | _Cancel', , result)

if result = '0' then exit 0

if result = '2' then node = 'BOSS'

address command 'rock:rock' node
