;; unpack GambitInterpreter1.8 to Hard Disk
;; Gambit Interpreter Install script (1.0)
;; Make any changes and type 
;;
;; >>  execute GambitInterpreter1.8:InstallToHardDisk
;;
ECHO "Starting Installation to your hard disk (DH0:)"
ECHO "Hit the enter key when asked to create directories,"
ECHO "or use control+C to kill the script"
CD DH0:  ;; disk directory where you want Gambit
GambitInterpreter1.8:lharc x GambitInterpreter1.8:Gambit.lha
ASSIGN Gambit: DH0:Gambit
GambitInterpreter1.8:lharc x GambitInterpreter1.8:SCM.lha
ASSIGN SCM: DH0:Scm
COPY   SCM:init.scm S:
ECHO ""
ECHO "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"
ECHO " ASSIGN SCM: DH0:Scm"
ECHO ""
