home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
fish
/
911-930
/
ff921
/
minimorph
/
install_libs
< prev
next >
Wrap
Text File
|
1994-05-04
|
887b
|
51 lines
; Script file to install ReqTools and IFF libraries
; from reqtools.library installation script (icon too)
FailAt 20
Echo "*nLibraries 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 Kickstart 1.2/1.3 version of reqtools.library (38.358) ?"
If NOT WARN
Skip AbortReq
EndIf
Copy libs/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library copied to your Libs: directory."
Lab AbortReq
Version >NIL: LIBS:iff.library
If NOT ERROR
Echo "Version of iff.library already installed:"
Version LIBS:iff.library
Echo ""
EndIf
Ask "Install version 23.2 of IFF.library ?"
If NOT WARN
Skip AbortIff
EndIf
Copy libs/iff.library LIBS:iff.library
Echo "*niff.library copied to your Libs: directory."
Lab AbortIff
Wait 5
EndCLI >NIL: