home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d542
/
bootx.lha
/
BootX
/
Install.script
< prev
next >
Wrap
Text File
|
1991-09-19
|
931b
|
46 lines
; Script file to install reqtools.library 36
FailAt 20
Echo "*nreqtools.library Installation Script*n"
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version of reqtools.library already installed:"
Version LIBS:reqtools.library
Echo ""
EndIf
Ask "Install reqtools.library version 36 ?"
If NOT WARN
Skip Aborted
EndIf
Version >NIL: exec.library 37
If NOT WARN
Echo "Your Amiga has Kickstart 2.0 (V37) or higher in ROM."
Ask "Install Kickstart 2.0 only version of reqtools.library ?"
If WARN
Copy kick20/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library 36 (2.0 version) copied to your LIBS: directory."
Skip INSTALLED
EndIf
EndIf
Copy kick13/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library 36 (1.3 version) copied to your LIBS: directory."
Lab INSTALLED
Echo "Installation complete.*n"
Skip END
Lab ABORTED
Echo "*nInstallation aborted!*n"
Lab END
Wait 5
EndCLI >NIL: