home *** CD-ROM | disk | FTP | other *** search
- ; Script file to install reqtools.library and decrunch.library.
-
- FailAt 21
- Echo "VirusZ Library Installation Script"
-
- Version >NIL: exec.library 37
- If WARN
- Echo "You need Kickstart 2.0 or higher."
- Skip END
- EndIf
-
- Version >NIL: LIBS:reqtools.library
- If NOT ERROR
- Echo "Version of reqtools.library already installed:"
- Version LIBS:reqtools.library
- EndIf
- Ask "Install reqtools.library?"
- If NOT WARN
- Echo "Installation of reqtools.library aborted!"
- Skip INSTALLDECR
- EndIf
- Copy libs/reqtools.library LIBS:reqtools.library
- Echo "reqtools.library copied to your LIBS: directory."
-
- Lab INSTALLDECR
- Version >NIL: LIBS:decrunch.library
- If NOT ERROR
- Echo "Version of decrunch.library already installed:"
- Version LIBS:decrunch.library
- EndIf
- Ask "Install decrunch.library?"
- If NOT WARN
- Echo "Installation of decrunch.library aborted!"
- Skip END
- EndIf
- Copy libs/decrunch.library LIBS:decrunch.library
- Echo "decrunch.library copied to your LIBS: directory."
-
- Lab END
- Echo "End of installation script!"
- Wait 4
- EndCLI >NIL:
-