home *** CD-ROM | disk | FTP | other *** search
/ Grapevine 16 / LSD-GV16A.adf / GVInstall.script < prev    next >
Text File  |  1978-02-23  |  853b  |  36 lines

  1. ; Grapevine Issue 16 HD Install Script (1.0)
  2.  
  3. alert "Grapevine Issue 16 HardDisk Install%c%cVersion 1.1a"
  4. select "dh0:gv16"
  5. space "2500" ; 2.5mb
  6. message "Installing Grapevine into `%s/'"
  7.  
  8. mkdir "%s"
  9.  
  10. copyifno "Gv16a:Libs/reqtools.library" "dh0:libs/reqtools.library"
  11. copy "GV16a:#?" "%s/"
  12. copy "GV16b:#?" "%s/"
  13. copy "GV16c:#?" "%s/"
  14.  
  15. openfile "%s/Grapevine16"
  16. writetofile "assign gv16a: %s/"
  17. writetofile "assign gv16b: %s/"
  18. writetofile "assign gv16c: %s/"
  19. writetofile "gv16a:gv16"
  20. closefile ""
  21.  
  22. delete "%s/GV16.info"
  23. delete "%s/HDInstall.info"
  24. delete "%s/disk.info"
  25.  
  26. makeicon "%s/Grapevine16.info"
  27.  
  28. closemessage ""
  29.  
  30. alert "%cI Haven't installed any of the%cDEVS or L directories%cI assume you already have these%c"
  31. alert "%cNone of the sources etc. have been installed%cYou know where they are if you need them!%c"
  32. alert "%cInstall Complete%c"
  33.  
  34. end ""
  35.  
  36.