if exists L:IP-Handler
    echo "IP-Handler (for 'IP:' device) found in L: ..."
    echo noline "    "
    list L:IP-Handler
    echo "The earlier release of this has a bug and"
    echo "should be replaced for use with Sili(CON:)"
    echo "The version supplied here is:"
    echo noline "    "
    list IP-Handler
    echo "If in doubt, replace it"
    jask "-rReplace IP-Handler?" -q
    if warn
        echo "OK..."
        copy IP-Handler to L: clone
        echo "Handler copied"
    endif
    skip done
endif
echo "  Sili(CON:) requires the `IP:' pipe device"
echo "  To mount the 'IP:' device at boot-up, IP-Handler must be in L:"
echo "It occupies about 4.5K of disk space"
jask "-rInstall IP-Handler?" -q
if warn
    echo "OK..."
    copy IP-Handler to L: clone
    echo "Handler copied"
else
    echo "OK -- script terminating"
    skip EXIT_all
endif
lab done

