home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsf / libstore2 / !Setup / Files / Script next >
Text File  |  1995-05-08  |  1KB  |  57 lines

  1. NAME Libstore 2 v2.0
  2.  
  3. SWAPDISC Disc1 Please insert disc 1 or drag the original setup directory here.
  4.  
  5. FAST
  6.  
  7. MESSAGE This program will install Libstore 2.
  8. MESSAGE If you are using a floppy-only system, it is recommended that you install to the RAM disc and copy from there.
  9.  
  10. CHOICE 2 ReadMe Continue 1 Do you wish to see the ReadMe file?
  11.  
  12. IF 1 = 1 VIEW ReadMe
  13.  
  14. GETDIR Libstore2 Please drag out the icon or drag in a directory to set the location. 
  15.  
  16. OPTIONS 4 Main Application Debug Utilities MakeApp Utility Demos 2 Which parts of Libstore 2 do you wish to install?
  17.  
  18. CHOICE 2 Yes No 1 Are you sure you want to do this?
  19.  
  20. IF 1 = 2 END
  21.  
  22. IF 2 AND 1<<1 GOSUB Main
  23. IF 2 AND 1<<2 GOSUB Debug
  24. IF 2 AND 1<<3 GOSUB MakeApp
  25. IF 2 AND 1<<4 GOSUB Demos
  26.  
  27. COPY <Setup$Dir>.Files.ReadMe <tmp$dir>.ReadMe
  28.  
  29. CHOICE 2 Update Exit 1 Do you want to update !System?
  30. IF 1 = 1 GOSUB Update
  31.  
  32. END
  33.  
  34. :Main
  35. INSTALL !Libstore2
  36. RETURN
  37.  
  38. :Debug
  39. CHDIR <tmp$dir>.Utils
  40. COPY <Setup$Dir>.Files.Program.Libstore2.!Debug <tmp$dir>.Utils.!Debug
  41. COPY <Setup$Dir>.Files.Program.Libstore2.!Killer <tmp$dir>.Utils.!Killer
  42. COPY <Setup$Dir>.Files.Program.Libstore2.!Demo <tmp$dir>.Utils.!Demo
  43. RETURN
  44.  
  45. :MakeApp
  46. CHDIR <tmp$dir>.Utils
  47. COPY <Setup$Dir>.Files.Program.Libstore2.!MakeApp <tmp$dir>.Utils.!MakeApp
  48. RETURN
  49.  
  50. :Demos
  51. INSTALL Demos
  52. RETURN
  53.  
  54. :Update
  55. UPDATE !System Please drag your original System directory here.
  56. RETURN
  57.