home *** CD-ROM | disk | FTP | other *** search
- ;; unpack GambitCompiler1.8 to Hard Disk
- ;; Gambit Compiler Install script (1.0)
- ;; Make any changes and type
- ;;
- ;; >> makedir DH0:Gambit ;; or wherever
- ;; >> cd DH0:Gambit
- ;; >> execute GambitCompiler1.8:InstallToHardDisk
- ;;
- ECHO "Starting Installation in your current directory"
- ECHO "Hit the enter key when asked to create directories,"
- ECHO "or use control+C to kill the script"
- GambitCompiler1.8:lharc -r -x x GambitCompiler1.8:GSCompiler.lha
- ECHO ""
- ECHO "Copy SCM:init.scm has been copied to your S: directory"
- ECHO ""
- ECHO "Add the following assignments to your startup sequence"
- ECHO " ASSIGN GAMBIT: DH0:Gambit ;; or wherever"
- ECHO " ASSIGN SCM: DH0:Gambit/Scm ;; or wherever"
- ECHO ""
-