if exists LIBS:ppipc.library
    echo "ppipc.library found in LIBS: ...OK"
    skip done
endif
echo "  All ppIPC functions need 'ppipc.library' to be available in LIBS:"
echo "-- It will take up under 3K of disk space"
Jask "-rInstall ppipc.library?" -q
if warn
    echo "OK..."
    copy ppipc.library to LIBS: clone
    echo "ppipc.library copied"
else
    echo "OK -- another time maybe..."
    skip EXIT_all
endif
lab done

