home *** CD-ROM | disk | FTP | other *** search
-
- ; Script file to install powerpacker.library 35.254
-
- FailAt 20
-
- Echo "*npowerpacker.library Installation Script*n"
- Version >NIL: LIBS:powerpacker.library
- If NOT ERROR
- Echo "Version of powerpacker.library already installed:"
- Version LIBS:powerpacker.library
- Echo ""
- EndIf
-
- Ask "Install powerpacker.library version 35.254 ?"
- If NOT WARN
- Skip Aborted
- EndIf
-
- Copy powerpacker.library LIBS:powerpacker.library
- Echo "*npowerpacker.library 35.254 copied to your LIBS: directory.*n"
-
- Version >NIL: exec.library 37
- If NOT WARN
- Echo "Your Amiga has Kickstart 2.0 (V37) or higher in ROM."
- Ask "Install special AmigaOS Release 2 version of reqtools.library ?"
- If WARN
- Copy kick20/reqtools.library LIBS:reqtools.library
- Echo "*nreqtools.library V37 (2.0 version) copied to your LIBS: directory."
- Skip INSTALLED
- EndIf
- EndIf
-
- Copy kick13/reqtools.library LIBS:reqtools.library
- Echo "reqtools.library V37 copied to your LIBS: directory."
-
- Version >NIL: exec.library 37
- If NOT WARN
- Skip INSTALLED
- EndIf
-
- Echo "*nCopying 'LoadPPLib' to your C: directory..."
- Copy LoadPPLib c:
-
- Echo "*nYour Amiga has Kickstart 1.2 or 1.3 in ROM."
- Echo "These versions have a few bugs that are fixed as of Kickstart 2.0."
- Echo "To circumvent these bugs it is important that your Amiga executes"
- Echo "the command 'LoadPPLib' each time it boots."
- Echo "Without this powerpacker.library may not operate correctly.*n"
- Echo "Shall I modify your 's:Startup-Sequence' so that it"
- Ask "contains the 'LoadPPLib' command ?"
- If WARN
- Echo >RAM:loadpplibtempfile "LoadPPLib"
- Join RAM:loadpplibtempfile SYS:s/Startup-Sequence AS RAM:loadpplibtempfile2
- Copy RAM:loadpplibtempfile2 SYS:s/Startup-Sequence
- Delete RAM:loadpplibtempfile QUIET
- Delete RAM:loadpplibtempfile2 QUIET
- Else
- Echo "*nPlease modify your Startup-Sequence manually so that it contains"
- Echo "the 'LoadPPLib' command."
- EndIf
-
- Lab INSTALLED
-
- Echo "*nInstallation complete.*n"
- Skip END
-
- Lab ABORTED
-
- Echo "*nInstallation aborted!*n"
-
- Lab END
-
- Wait 5
- EndCLI >NIL:
-