home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / utils / gambit_c.lha / Gambit_Comp / InstallToHardDisk < prev    next >
Encoding:
Text File  |  1992-11-21  |  700 b   |  20 lines

  1. ;; unpack GambitCompiler1.8 to Hard Disk
  2. ;; Gambit Compiler Install script (1.0)
  3. ;; Make any changes and type 
  4. ;;
  5. ;; >> makedir DH0:Gambit  ;; or wherever
  6. ;; >> cd DH0:Gambit
  7. ;; >> execute GambitCompiler1.8:InstallToHardDisk
  8. ;;
  9. ECHO "Starting Installation in your current directory"
  10. ECHO "Hit the enter key when asked to create directories,"
  11. ECHO "or use control+C to kill the script"
  12. GambitCompiler1.8:lharc -r -x x GambitCompiler1.8:GSCompiler.lha
  13. ECHO ""
  14. ECHO "Copy SCM:init.scm has been copied to your S: directory"
  15. ECHO ""
  16. ECHO "Add the following assignments to your startup sequence"
  17. ECHO " ASSIGN GAMBIT: DH0:Gambit   ;; or wherever"
  18. ECHO " ASSIGN SCM: DH0:Gambit/Scm  ;; or wherever"
  19. ECHO ""
  20.