home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo "This script will add the :C and :Libs directories of this CD-ROM"
- echo "to your current C: and LIBS: assign paths, so that some programs"
- echo "and libraries can be found, without you having to copy them off"
- echo "the CD-ROM and onto your system disk."
- echo ""
-
- FailAt 20
-
- ask "Do you wish to continue? [y/n]"
- if not warn
- skip NoInstall
- endif
-
- assign C: :C add
- assign LIBS: :Libs add
-
- echo "*nAll Done. Click close gadget to get rid of window."
- endcli > nil:
-
- lab NoInstall
- echo "*nCanceled. Click close gadget to get rid of window."
- endcli > nil:
-
-