home *** CD-ROM | disk | FTP | other *** search
-
- ; Install script for ReqTools (Workbench 2.0)
-
- (set @default-dest "")
-
- (set reqtoolslib "/libs20/reqtools.library")
-
- ;=============================================================================
- ; English strings
-
- (set #bad-kick
- (cat "You must be using Kickstart 2.04 to install using this script."
- " Double-click the 'Workbench_1.2-1.3' icon to install ReqTools on"
- " Kickstart 1.2 or 1.3 machines."
- ))
-
- (set #copying-reqtools "Copying reqtools.library (2.0 version) to Libs:")
-
- ;=============================================================================
- ; make sure we are running under a 2.04 ROM
-
- (if (< (/ (getversion) 65536) 37)
- (
- (abort #bad-kick)
- ))
-
- ;=============================================================================
-
- (copylib
- (prompt "\n" #copying-reqtools)
- (help @copylib-help)
- (source reqtoolslib)
- (dest "Libs:")
- (confirm)
- )
-