home *** CD-ROM | disk | FTP | other *** search
- NAME Libstore 2 v2.0
-
- SWAPDISC Disc1 Please insert disc 1 or drag the original setup directory here.
-
- FAST
-
- MESSAGE This program will install Libstore 2.
- MESSAGE If you are using a floppy-only system, it is recommended that you install to the RAM disc and copy from there.
-
- CHOICE 2 ReadMe Continue 1 Do you wish to see the ReadMe file?
-
- IF 1 = 1 VIEW ReadMe
-
- GETDIR Libstore2 Please drag out the icon or drag in a directory to set the location.
-
- OPTIONS 4 Main Application Debug Utilities MakeApp Utility Demos 2 Which parts of Libstore 2 do you wish to install?
-
- CHOICE 2 Yes No 1 Are you sure you want to do this?
-
- IF 1 = 2 END
-
- IF 2 AND 1<<1 GOSUB Main
- IF 2 AND 1<<2 GOSUB Debug
- IF 2 AND 1<<3 GOSUB MakeApp
- IF 2 AND 1<<4 GOSUB Demos
-
- COPY <Setup$Dir>.Files.ReadMe <tmp$dir>.ReadMe
-
- CHOICE 2 Update Exit 1 Do you want to update !System?
- IF 1 = 1 GOSUB Update
-
- END
-
- :Main
- INSTALL !Libstore2
- RETURN
-
- :Debug
- CHDIR <tmp$dir>.Utils
- COPY <Setup$Dir>.Files.Program.Libstore2.!Debug <tmp$dir>.Utils.!Debug
- COPY <Setup$Dir>.Files.Program.Libstore2.!Killer <tmp$dir>.Utils.!Killer
- COPY <Setup$Dir>.Files.Program.Libstore2.!Demo <tmp$dir>.Utils.!Demo
- RETURN
-
- :MakeApp
- CHDIR <tmp$dir>.Utils
- COPY <Setup$Dir>.Files.Program.Libstore2.!MakeApp <tmp$dir>.Utils.!MakeApp
- RETURN
-
- :Demos
- INSTALL Demos
- RETURN
-
- :Update
- UPDATE !System Please drag your original System directory here.
- RETURN
-