home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0764.lha / Gambit_Terp / InstallToHardDisk < prev    next >
Text File  |  1992-11-21  |  775b  |  23 lines

  1. ;; unpack GambitInterpreter1.8 to Hard Disk
  2. ;; Gambit Interpreter Install script (1.0)
  3. ;; Make any changes and type 
  4. ;;
  5. ;; >>  execute GambitInterpreter1.8:InstallToHardDisk
  6. ;;
  7. ECHO "Starting Installation to your hard disk (DH0:)"
  8. ECHO "Hit the enter key when asked to create directories,"
  9. ECHO "or use control+C to kill the script"
  10. CD DH0:  ;; disk directory where you want Gambit
  11. GambitInterpreter1.8:lharc x GambitInterpreter1.8:Gambit.lha
  12. ASSIGN Gambit: DH0:Gambit
  13. GambitInterpreter1.8:lharc x GambitInterpreter1.8:SCM.lha
  14. ASSIGN SCM: DH0:Scm
  15. COPY   SCM:init.scm S:
  16. ECHO ""
  17. ECHO "SCM:init.scm has been copied to your S: directory"
  18. ECHO ""
  19. ECHO "Add the following assignments to your startup sequence"
  20. ECHO " ASSIGN GAMBIT: DH0:Gambit"
  21. ECHO " ASSIGN SCM: DH0:Scm"
  22. ECHO ""
  23.