home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
new
/
biz
/
dbase
/
bbaseiii
/
install_lib
< prev
next >
Wrap
Text File
|
1994-07-03
|
2KB
|
73 lines
; .k ""
FailAt 25
set bgcol0 "*e[40m"
set bgcol2 "*e[42m"
set boldON "*e[1m"
set boldOFF "*e[22m"
Echo "*N $bgcol2 Library Installation Script $bgcol0 *N"
set libnam "arp.library"
set libver "39.1"
set libnamB "$boldON$libnam$boldOFF"
set libverB "$boldON$libver$boldOFF"
Version >NIL: LIBS:$libnam
If NOT ERROR
Echo " The following version of $libnamB is currently in LIBS: *N"
Echo " " NOLINE
Version LIBS:$libnam
Else
Echo "*N No existing $libnamB in LIBS: *N"
EndIf
Ask "*N Install $libnamB Version $libverB ?"
If NOT WARN
Echo "*N $bgcol2 $libnam NOT installed! $bgcol0"
Skip COLOR_Lib
EndIf
Copy Libs/$libnam LIBS:
Echo "*N $bgcol2 $libnam V$libver copied to your LIBS: directory. $bgcol0"
Lab COLOR_Lib
set libnam "color.library"
set libver "1.0"
set libnamB "$boldON$libnam$boldOFF"
set libverB "$boldON$libver$boldOFF"
Version >NIL: LIBS:$libnam
If NOT ERROR
Echo "*N The following version of $libnamB is currently in LIBS: *N"
Echo " " NOLINE
Version LIBS:$libnam
Else
Echo "*N No existing $libnamB in LIBS: *N"
EndIf
Ask "*N Install $libnamB Version: $libverB ?"
If NOT WARN
Echo "*N $bgcol2 $libnam NOT installed! $bgcol0"
Skip END
EndIf
Copy Libs/$libnam LIBS:
Echo "*N $bgcol2 $libnam V$libver copied to your LIBS: directory. $bgcol0"
Lab END
Echo "*N*N End of installation script. Click the Close Gadget.*N"
unset libnam
unset libver
unset libnamB
unset libverB
unset bgcol0
unset bgcol2
unset boldON
unset boldOFF