.key address,config
.def address BOSS
.def config rock:rock.cfg

;             Rock v1.3 - Fidonet mailer for point systems
;                 Copyright (C) 1995  Jean-Marc Xiume'
;         This software is distributed under the terms of the
;    GNU General Public License. Read "license.doc" for more details.

;**************************** Launch script ****************************

setenv rock_calling <address>
setenv rock_config <config>

cd rock:
if not exists <config>
  echo "Config file $cfg not found !"
  quit
endif

sys:rexxc/rxlib rexxsupport.library 0 -30 0
sys:rexxc/rxlib xferq.library 0 -30 0
if exists libs:traplist.library
  sys:rexxc/rxlib traplist.library 0 -30 0
endif

launchwpl rock ROCK:rock.wpl ROCK rock!startup 0 30000
