home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
mar94
/
os20
/
gfx
/
fastlife.lha
/
FastLife
/
ReqTools
/
Install_Workbench2.0
< prev
next >
Wrap
Text File
|
1994-01-17
|
742b
|
41 lines
FailAt 20
Echo "*n*n*n*n*n*n*n"
Echo "*nReqTools 2.1e Library Installation Script for FastLife*n"
Version >NIL: exec.library 37
If WARN
Echo "You need Kickstart 2.0 (V37) or higher in ROM to use this library."
Echo "Installation aborted."
Skip ABORTED
EndIf
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 38.1095 ?"
If WARN
Copy libs20/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library 38.1095 copied to your LIBS: directory."
Else
Echo "*nOkay. Nothing done."
skip ABORTED
EndIf
Echo ""
Lab INSTALLED
Echo "*nInstallation complete.*n"
lab ABORTED
Wait 5
EndCLI >NIL: