; Install script for NList.mcc, NListview.mcc, NFloattext.mcc, NListviews.mcp ; ; Copyright by Gilles Masson, 1998 (message "\nNList / NListview / NFloattext\n" "Custom classes for MUI\n" "© Gilles Masson, 1998\n\n" "This script will install only\n" "NList.mcc, NListview.mcc, NFloattext.mcc\n" "and NListviews.mcp classes files.\n\n" "You'll have to install other files by hand\n" "if you need them.\n\n" "They should work with MUI 3.6+\n" "and V37+ (OS2.x or more).\n" ) (copylib (prompt #prompt_copy "\n\nNList.mcc" ) (help @copylib-help) (confirm "average") (source "libs/mui/NList.mcc") (dest "MUI:Libs/MUI") (optional "oknodelete" "force") ) (copylib (prompt #prompt_copy "\n\nNListview.mcc" ) (help @copylib-help) (confirm "average") (source "libs/mui/NListview.mcc") (dest "MUI:Libs/MUI") (optional "oknodelete" "force") ) (copylib (prompt #prompt_copy "\n\nNFloattext.mcc" ) (help @copylib-help) (confirm "average") (source "libs/mui/NFloattext.mcc") (dest "MUI:Libs/MUI") (optional "oknodelete" "force") ) (copylib (prompt #prompt_copy "\n\nNListviews.mcp" ) (help @copylib-help) (confirm "average") (source "libs/mui/NListviews.mcp") (dest "MUI:Libs/MUI") (optional "oknodelete" "force") ) (message "\n !!! IMPORTANT !!!\n" "\n" "\n" "\nThink to go to prefs, both global MUI ones and" "\nprograms specific ones and update the keybindings." "\n" "\n" "\nIf you have a crash when going to NListviews pref" "\nthen verify you have a HotkeyString.mcc from" "\nAllan Odgaard not too old." ) (message "\nYou can use the NList Floattext.mui replacement\n" "which permit to do copy to clipboard. You have to\n" "install it by hand (save the originalclass !).\n\n" "\n" "\n" "Note for programmers :\n\n\n" "Remember that you *HAVE TO* send me a copy of your\n" "commercial product or a registered key of your\n" "shareware product if it use NList or any 3rd party\n" "program or class which use it.\n" ) (exit (quiet) )