; This script removes the currently installed CON-Handler
; and installs the RCON-Handler as CON:
; execute this script from your s:user-startup before opening any command shells

assign CON: dismount
mount  CON: from devs:RCON-mountlist

run >nil: l:RCON-Server
echo "RCON installed"



